mirror of
https://github.com/serde-rs/json.git
synced 2026-04-28 05:55:31 +00:00
Delete unneeded conditional on preserve_order steps in CI
Obsoleted by 4b9699612f.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -61,9 +61,7 @@ jobs:
|
||||
- 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'
|
||||
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,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'
|
||||
- name: Build without std
|
||||
run: cargo check --manifest-path tests/crate/Cargo.toml --target ${{matrix.target}} --no-default-features --features alloc
|
||||
if: matrix.target
|
||||
|
||||
Reference in New Issue
Block a user