mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 14:32:05 +00:00
Really disable serde std feature in CI
When building the crate root, serde/std gets enabled transitively through our dev-dependency on trybuild. This is a Cargo bug but for now work around it.
This commit is contained in:
parent
ab4ca99fcb
commit
f20ca3b054
@ -21,7 +21,7 @@ matrix:
|
||||
- rust: 1.31.0
|
||||
- rust: 1.36.0
|
||||
script:
|
||||
- cargo build --no-default-features --features alloc
|
||||
- cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
|
||||
|
||||
- rust: nightly
|
||||
name: Clippy
|
||||
|
Loading…
x
Reference in New Issue
Block a user