From d7aaf258cce29246cb8fc91d5fd97ade2e6963b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 14 Sep 2024 12:29:27 +0300 Subject: [PATCH] Test with --locked flag in the component template --- component-generated/.github/workflows/ci.yml | 2 +- component/template/.github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component-generated/.github/workflows/ci.yml b/component-generated/.github/workflows/ci.yml index c64fbee..8ba0ea2 100644 --- a/component-generated/.github/workflows/ci.yml +++ b/component-generated/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 - name: Run tests - run: cargo test --all-features --workspace + run: cargo test --locked --all-features --workspace rustfmt: name: Rustfmt diff --git a/component/template/.github/workflows/ci.yml b/component/template/.github/workflows/ci.yml index c64fbee..8ba0ea2 100644 --- a/component/template/.github/workflows/ci.yml +++ b/component/template/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - uses: Swatinem/rust-cache@v2 - name: Run tests - run: cargo test --all-features --workspace + run: cargo test --locked --all-features --workspace rustfmt: name: Rustfmt