Skip to content

Commit

Permalink
allow unisolated miri
Browse files Browse the repository at this point in the history
  • Loading branch information
jauhararifin committed Aug 27, 2024
1 parent ffc0823 commit 5b6f362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Run unit tests
run: cargo test --lib --verbose
- name: Run unit tests with miri
env:
MIRIFLAGS=-Zmiri-disable-isolation
run: cargo miri test --lib --verbose
- name: Run basic integration tests
run: cargo test --test basic_tests --verbose

0 comments on commit 5b6f362

Please sign in to comment.