From b6e6e6d085c1b2115012c4c64e13c45c44e39ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 14 Sep 2024 12:52:17 +0300 Subject: [PATCH] Test with --locked flag in the component template (#80) --- 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