We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afb7dc commit adb530aCopy full SHA for adb530a
1 file changed
.github/workflows/build-and-test.yml
@@ -38,13 +38,7 @@ jobs:
38
- uses: Swatinem/rust-cache@v2
39
- name: Build
40
run: cargo test --workspace --verbose --no-run
41
+ - name: Build all targets
42
+ run: cargo build --workspace --all-features --all-targets
43
- name: Run tests
- run: cargo test --workspace --verbose
- - name: Build benches
44
- run: cargo build --benches --all-features
45
- - name: Run tests
46
47
48
- run: cargo build --benches --all-features --all-targets
49
50
+ run: cargo test --workspace --verbose
0 commit comments