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