Update rust.yml

This commit is contained in:
Lokathor 2020-10-21 14:12:13 -06:00 committed by GitHub
parent b264926ac0
commit 65b64fd8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ jobs:
rust-version: nightly rust-version: nightly
components: miri components: miri
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: cargo clean
- run: cargo miri test --verbose --no-default-features - run: cargo miri test --verbose --no-default-features
- run: cargo miri test --verbose --all-features - run: cargo miri test --verbose --all-features
- run: cargo miri test --verbose --manifest-path=derive/Cargo.toml --all-features - run: cargo miri test --verbose --manifest-path=derive/Cargo.toml --all-features