Skip to content

Commit 23d23c2

Browse files
ci: use 'cargo test --examples' (#53)
1 parent 1c107ab commit 23d23c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
toolchain: ${{ matrix.rust }}
6868
components: rustfmt
6969
override: true
70-
- run: for eg in `ls examples/*.rs | xargs basename --suffix=.rs`; do cargo run --example ${eg}; done
70+
- run: cargo test --examples
7171

7272
no_std:
7373
name: Build for a no_std target

0 commit comments

Comments
 (0)