Revert "Add no-extra-rounding-error flag to Miri CI config"
This reverts commit 323484c827.
This commit is contained in:
parent
b902397bc2
commit
1ce33dd37d
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -244,10 +244,5 @@ 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: MIRIFLAGS="-Zmiri-no-extra-rounding-error" cargo miri test
|
||||
run: cargo miri test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue