mirror of
https://github.com/serde-rs/json.git
synced 2025-10-01 06:51:58 +00:00
Add no-std preserve_order check in CI
This commit is contained in:
parent
e8bb41c94c
commit
9c38871ed9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -64,6 +64,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@1.36.0
|
||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
|
||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,preserve_order
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
Loading…
x
Reference in New Issue
Block a user