From 9c56d7fa768343b7374dd6edd82118f2a54bfda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Mon, 25 Aug 2025 16:06:56 +0200 Subject: [PATCH] ci: used locked dependencies --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1db7d1..37a4e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: cargo fmt --all --check - name: Lint - run: cargo clippy --all-features + run: cargo clippy --all-features --locked - name: Test - run: cargo test --all-features + run: cargo test --all-features --locked --release