Skip to content

Commit

Permalink
Test with --locked flag in the component template (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 14, 2024
1 parent bbe754f commit b6e6e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component-generated/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion component/template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6e6e6d

Please sign in to comment.