From 9c38871ed942a9d87063d14cf91e5e8f738a5aab Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 30 Sep 2020 13:31:51 -0700 Subject: [PATCH] Add no-std preserve_order check in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2693a7c69..7d05f283d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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