File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2020 - run : cargo hack clippy --feature-powerset --exclude-features rustc-dep-of-std
2121 - run : cargo hack test --feature-powerset --exclude-features rustc-dep-of-std
2222
23- clippy- nightly :
24- name : clippy nightly
23+ nightly-stuff :
24+ name : nightly clippy, format and miri tests
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout sources
3030 - name : Install nightly toolchain
3131 uses : dtolnay/rust-toolchain@nightly
3232 with :
33- components : rustfmt, clippy
33+ components : rustfmt, clippy, miri
3434
3535 - run : cargo +nightly fmt --all -- --check
3636 - run : cargo +nightly clippy --no-default-features -- -D warnings
37- - run : cargo +nightly clippy -- -D warnings
37+ - run : cargo +nightly clippy -- -D warnings
38+ - run : cargo +nightly miri test ringbuffer
39+ - run : cargo +nightly miri test short_Writer
40+
You can’t perform that action at this time.
0 commit comments