Skip to content

Commit

Permalink
chore: Simplify CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Apr 18, 2024
1 parent c672021 commit d5a50fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@ jobs:
- name: Run cargo check
run: cargo check --all --all-features --all-targets
if: startsWith(matrix.rust, 'nightly')
- name: Run cargo check
if: startsWith(matrix.rust, 'nightly')
run: cargo check
- name: Full feature testing
run: cargo test --all-features
- name: v4 compatibility testing
run: cargo test --no-default-features --features debug,rand_core,wyhash,randomised_wyhash
- name: No default compatibility testing
run: cargo test --no-default-features --features debug,rand_core,wyhash

msrv:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5a50fb

Please sign in to comment.