Skip to content

Commit

Permalink
fix miri not compatible with project rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Aug 16, 2024
1 parent 614feba commit 395ef72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
set -e
rustup set profile minimal
rustup toolchain install nightly --component miri
rustup default nightly
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- run: MIRIFLAGS="-Zmiri-disable-isolation" cargo miri nextest run
- run: MIRIFLAGS="-Zmiri-disable-isolation" cargo +nightly miri nextest run
# We need to disable isolation because
# "unsupported operation: `clock_gettime` with `REALTIME` clocks not available when isolation is enabled"

0 comments on commit 395ef72

Please sign in to comment.