Add a CI build for arbitrary precision without std

This commit is contained in:
David Tolnay 2022-10-09 12:41:32 -07:00
parent 54f9685a57
commit 8ab65c58ea
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -56,6 +56,7 @@ jobs:
- run: cargo check --features raw_value
- 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,arbitrary_precision
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,raw_value
- 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'