Add no-std preserve_order check in CI

This commit is contained in:
David Tolnay 2020-09-30 13:31:51 -07:00
parent e8bb41c94c
commit 9c38871ed9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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