File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 rustup toolchain install nightly --component miri
2121 rustup override set nightly
2222 cargo miri setup
23- - name : Test (default) with Miri
24- run : MIRIFLAGS=-Zmiri-strict-provenance cargo miri test
23+ # - name: Test (default) with Miri
24+ # run: MIRIFLAGS=-Zmiri-strict-provenance cargo miri test
2525 - name : Test (default) with Miri + Tree Borrows
2626 run : MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-tree-borrows" cargo miri test
2727 # AutoThinVec needs tree borrows.
2828 - name : Test (gecko-ffi) with Miri
2929 run : MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-tree-borrows" cargo miri test --features=gecko-ffi
30- - name : Test (unstable features) with Miri
31- run : MIRIFLAGS=-Zmiri-strict-provenance cargo miri test --features=unstable
30+ # - name: Test (unstable features) with Miri
31+ # run: MIRIFLAGS=-Zmiri-strict-provenance cargo miri test --features=unstable
3232
3333 build :
3434 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments