Update rust.yml

This commit is contained in:
Lokathor 2020-10-21 15:06:52 -06:00 committed by GitHub
parent 094f76ad73
commit 8b0710cd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,10 +64,11 @@ jobs:
rust-version: nightly
components: miri
- uses: actions/checkout@v2
# Note(Lokathor): We got some cached json errors, and so we cargo clean for this run.
- run: cargo clean
- run: cargo miri test --verbose --no-default-features
- run: cargo miri test --verbose --all-features
- run: cargo miri test --verbose --manifest-path=derive/Cargo.toml --all-features
- run: cd derive && cargo clean && cargo miri test --verbose --all-features
sanitizer-test:
name: Test with -Zsanitizer=${{ matrix.sanitizer }}