Skip to content

Commit

Permalink
maybe this works
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-s committed Jan 13, 2024
1 parent 1e27da6 commit 6d2c30c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo +nightly test --release --verbose --all-features
- name: Run tests (stable)
run: cargo test --release --features std,bnum,fnv,spooky,xxh64
- name: Run tests (nightly)
run: rustup update nightly
run: cargo +nightly test --release --all-features

0 comments on commit 6d2c30c

Please sign in to comment.