Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
include all features in miri
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jun 6, 2024
1 parent a0e90bb commit cbcf02d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
working-directory: ./core
run: cargo +nightly miri test --lib

- name: All features
working-directory: ./core
run: cargo +nightly miri test --lib --all-features

- name: No features
working-directory: ./core
run: cargo +nightly miri test --lib --no-default-features

0 comments on commit cbcf02d

Please sign in to comment.