Skip to content

Commit 017cc66

Browse files
committedApr 6, 2022
GH-2 - test examples too
1 parent 0c2d5e2 commit 017cc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
run: cargo build --verbose
2929
- name: Run tests
30-
run: cargo test --verbose --all
30+
run: cargo test --verbose --all --examples
3131

3232
strategy:
3333
matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.