We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e9de0 commit 323484cCopy full SHA for 323484c
.github/workflows/ci.yml
@@ -244,5 +244,10 @@ jobs:
244
PROPTEST_CASES: 16
245
steps:
246
- 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
252
- name: Test (Miri)
- run: cargo miri test
253
+ run: MIRIFLAGS="-Zmiri-no-extra-rounding-error" cargo miri test
0 commit comments