We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5f03e commit 193ffd2Copy full SHA for 193ffd2
.github/workflows/build_and_test.yml
@@ -35,5 +35,5 @@ jobs:
35
run: cargo build --verbose --release --examples
36
#- run: echo "Release examples built:" && ls target/thumbv6m-none-eabi/release/examples/ |grep -v '-' |grep -v '\.d'
37
#- run: rm target/thumbv6m-none-eabi/release/examples/ -rf
38
- - name: Run tests
39
- run: cargo test --verbose
+ #- name: Run tests
+ # run: cargo test --verbose
0 commit comments