Skip to content

Commit

Permalink
Add no-std preserve_order check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 30, 2020
1 parent e8bb41c commit 9c38871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c38871

Please sign in to comment.