Skip to content

Commit

Permalink
don't enable the nightly feature which is only used for benches
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jun 25, 2022
1 parent ad8e5d5 commit fac5447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run tests (all features)
run: cargo test --all-features --verbose
- name: Run tests (no features)
run: cargo test --no-default-features --verbose
- name: Run tests (all features)
run: cargo test --verbose --features=serde_impl,heapsize_impl

miri:
name: "Miri"
Expand Down

0 comments on commit fac5447

Please sign in to comment.