Skip to content

Commit

Permalink
ci: test/lint w/ more features
Browse files Browse the repository at this point in the history
* adds coverage for --all-features
* adds coverage for --no-default-features
  • Loading branch information
cpu authored and chifflier committed Apr 12, 2024
1 parent e8f62af commit f454d83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo test --all-features
- run: cargo test --no-default-features

fmt:
name: Rustfmt
Expand All @@ -53,6 +55,8 @@ jobs:
with:
components: clippy
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-features -- -D warnings
- run: cargo clippy --no-default-features -- -D warnings

doc:
name: Build documentation
Expand Down

0 comments on commit f454d83

Please sign in to comment.