From 6e745494c2c6ad9f7a127f60b7fa5d9fb0182610 Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Mon, 26 Jan 2026 16:25:06 +0300 Subject: [PATCH] fix: install cargo-nextest with locked option --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38161a0f..a8efedd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: run: rustup install - name: Install nextest - run: cargo install cargo-nextest + run: cargo install --locked cargo-nextest - name: Run tests env: