Skip to content

Commit 1ce33dd

Browse files
committed
Revert "Add no-extra-rounding-error flag to Miri CI config"
This reverts commit 323484c.
1 parent b902397 commit 1ce33dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,5 @@ 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
252247
- name: Test (Miri)
253-
run: MIRIFLAGS="-Zmiri-no-extra-rounding-error" cargo miri test
248+
run: cargo miri test

0 commit comments

Comments
 (0)