Skip to content

Commit 323484c

Browse files
committed
Add no-extra-rounding-error flag to Miri CI config
1 parent 07e9de0 commit 323484c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,10 @@ jobs:
244244
PROPTEST_CASES: 16
245245
steps:
246246
- uses: actions/checkout@v4
247+
- name: Download and install nightly
248+
run: |
249+
rustup toolchain install nightly --component miri,rust-src
250+
rustup override set nightly
251+
cargo miri setup
247252
- name: Test (Miri)
248-
run: cargo miri test
253+
run: MIRIFLAGS="-Zmiri-no-extra-rounding-error" cargo miri test

0 commit comments

Comments
 (0)