Skip to content

Commit 51dc280

Browse files
authored
ci: Run all tests with none and all features (#1027)
1 parent 8aaf2cf commit 51dc280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
100100
with:
101101
key: test
102-
- run: cargo test --all-features
102+
- run: cargo test --no-default-features --workspace
103+
- run: cargo test --all-features --workspace
103104

104105
tests_passed:
105106
name: All tests passed

0 commit comments

Comments
 (0)