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 b902397 commit 1ce33ddCopy full SHA for 1ce33dd
.github/workflows/ci.yml
@@ -244,10 +244,5 @@ 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)
253
- run: MIRIFLAGS="-Zmiri-no-extra-rounding-error" cargo miri test
+ run: cargo miri test
0 commit comments