Skip to content

Commit

Permalink
feat(ci): also test with the rustc-hash feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Oct 20, 2024
1 parent e7976ec commit 484cd78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ env:
jobs:
cargo-test:
runs-on: ubuntu-latest
strategy:
matrix:
features:
- default
- rustc-hash
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo test --no-default-features --features "${{ matrix.features }}"

0 comments on commit 484cd78

Please sign in to comment.