Skip to content

Commit a9c749b

Browse files
cpuchifflier
authored andcommitted
ci: test/lint w/ more features
* adds coverage for --all-features * adds coverage for --no-default-features
1 parent 73f53a2 commit a9c749b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: dtolnay/rust-toolchain@stable
3535
- run: cargo test
36+
- run: cargo test --all-features
37+
- run: cargo test --no-default-features
3638

3739
fmt:
3840
name: Rustfmt
@@ -53,6 +55,8 @@ jobs:
5355
with:
5456
components: clippy
5557
- run: cargo clippy -- -D warnings
58+
- run: cargo clippy --all-features -- -D warnings
59+
- run: cargo clippy --no-default-features -- -D warnings
5660

5761
doc:
5862
name: Build documentation

0 commit comments

Comments
 (0)