Skip to content

Commit

Permalink
Lock nextest (#239)
Browse files Browse the repository at this point in the history
Locking nextest installs to a pinned version so we don't have false
alarms from breaking dependencies.
  • Loading branch information
cmillar-trunk authored Dec 17, 2024
1 parent 9fbb8d4 commit d47e130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Nextest
shell: bash
run: |
cargo install --version 0.9.85 cargo-nextest
cargo install --version 0.9.85 cargo-nextest --locked
- name: Install cmake
shell: bash
Expand Down

0 comments on commit d47e130

Please sign in to comment.