We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d399c12 + 5eb17ed commit de8316cCopy full SHA for de8316c
1 file changed
.github/workflows/rust.yml
@@ -22,6 +22,6 @@ jobs:
22
toolchain: stable
23
override: true
24
- name: Build
25
- run: cargo build --verbose
+ run: cargo build --examples --workspace --verbose
26
- name: Run tests
27
- run: cargo test --verbose
+ run: cargo test --examples --workspace --verbose
0 commit comments