We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2d5e2 commit 017cc66Copy full SHA for 017cc66
.github/workflows/rust.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
run: cargo build --verbose
29
- name: Run tests
30
- run: cargo test --verbose --all
+ run: cargo test --verbose --all --examples
31
32
strategy:
33
matrix:
0 commit comments