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 30b9094 commit 4c7e1beCopy full SHA for 4c7e1be
.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