Skip to content

Commit

Permalink
chore: lock rather than freeze the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 30, 2023
1 parent e9dc5b8 commit bd6bd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Run tests
run: cargo test --workspace --frozen --release
run: cargo test --workspace --locked --release

- uses: actions/cache/save@v3
# Write a cache entry even if the tests fail but don't create any for the merge queue.
Expand Down

0 comments on commit bd6bd29

Please sign in to comment.