Skip to content

Commit 5d388ed

Browse files
committed
ci: use locked flag so we pin versions of dependencies
1 parent 70e9cf9 commit 5d388ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: taiki-e/install-action@nextest
144144

145145
- name: Run unit tests
146-
run: cargo ${{ env.HACK }} nextest run --lib
146+
run: cargo --locked ${{ env.HACK }} nextest run --lib
147147

148148
integration-tests:
149149
if: false

0 commit comments

Comments
 (0)