mirror of
https://github.com/serde-rs/json.git
synced 2026-01-20 15:45:54 +00:00
Add a miri test job in CI
This commit is contained in:
parent
aaaf125f0b
commit
52eec5e2ee
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -67,6 +67,16 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@1.36.0
|
||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
|
||||
|
||||
miri:
|
||||
name: Miri
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
components: miri
|
||||
- run: cargo miri test
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user