Add no-extra-rounding-error flag to Miri CI config
This commit is contained in:
parent
07e9de0f6d
commit
323484c827
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -244,5 +244,10 @@ jobs:
|
|||
PROPTEST_CASES: 16
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Download and install nightly
|
||||
run: |
|
||||
rustup toolchain install nightly --component miri,rust-src
|
||||
rustup override set nightly
|
||||
cargo miri setup
|
||||
- name: Test (Miri)
|
||||
run: cargo miri test
|
||||
run: MIRIFLAGS="-Zmiri-no-extra-rounding-error" cargo miri test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue