From 4fc5e37195570a4ebae096a9ac9796cadae07c21 Mon Sep 17 00:00:00 2001 From: threadexio Date: Mon, 25 Mar 2024 16:29:23 +0200 Subject: [PATCH] fix: remove `--locked` when testing --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 306243a..25d8eeb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - run: cargo test --workspace --all-features --no-run --locked + - run: cargo test --workspace --all-features --no-run - run: cargo test --workspace --all-features -- --nocapture --quiet doc: