From b8312e9a3b65d27300d7ece56fb99cf9ae1b04ea Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sun, 1 Dec 2024 21:20:16 +0100 Subject: [PATCH] remove unused ci step --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 816e535..e82f495 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,5 +66,4 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: nightly-2024-10-06 - - run: cargo test --release --features nightly - run: cargo build --benches