Skip to content

Commit

Permalink
Enable all features when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Aug 14, 2024
1 parent 55cea11 commit fd40e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install nextest to run tests
uses: taiki-e/install-action@nextest
- name: Run tests
run: cargo nextest run
run: cargo nextest run --all-features

# miri:
# name: Build and test with miri
Expand Down

0 comments on commit fd40e77

Please sign in to comment.