mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
Update rust.yml
This commit is contained in:
parent
094f76ad73
commit
8b0710cd96
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user