Skip to content

Commit

Permalink
Try using locked builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nick42d committed Oct 22, 2024
1 parent a08a1e3 commit 28df012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: cargo build --verbose --locked
run: cargo build --verbose --frozen

- name: Run tests
run: |
cargo test --verbose --locked --bins --lib
cargo test --verbose --locked --doc
cargo test --verbose --frozen --bins --lib
cargo test --verbose --frozen --doc

0 comments on commit 28df012

Please sign in to comment.