mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 15:26:00 +00:00
Add a CI build for arbitrary precision without std
This commit is contained in:
parent
54f9685a57
commit
8ab65c58ea
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
|||||||
- run: cargo check --features raw_value
|
- run: cargo check --features raw_value
|
||||||
- run: cargo check --features unbounded_depth
|
- run: cargo check --features unbounded_depth
|
||||||
- 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
|
||||||
|
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,arbitrary_precision
|
||||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,raw_value
|
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,raw_value
|
||||||
- run: cargo check --features preserve_order
|
- run: cargo check --features preserve_order
|
||||||
if: matrix.rust != '1.53.0' && matrix.rust != '1.46.0' && matrix.rust != '1.45.0' && matrix.rust != '1.40.0' && matrix.rust != '1.38.0' && matrix.rust != '1.36.0'
|
if: matrix.rust != '1.53.0' && matrix.rust != '1.46.0' && matrix.rust != '1.45.0' && matrix.rust != '1.40.0' && matrix.rust != '1.38.0' && matrix.rust != '1.36.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user