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 1c107ab commit 23d23c2Copy full SHA for 23d23c2
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
toolchain: ${{ matrix.rust }}
68
components: rustfmt
69
override: true
70
- - run: for eg in `ls examples/*.rs | xargs basename --suffix=.rs`; do cargo run --example ${eg}; done
+ - run: cargo test --examples
71
72
no_std:
73
name: Build for a no_std target
0 commit comments