Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-s committed Jan 13, 2024
1 parent 6d2c30c commit 2be0ab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
- 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
run: rustup update nightly && cargo +nightly test --release --all-features

0 comments on commit 2be0ab8

Please sign in to comment.