We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--locked
1 parent 0e734ee commit 52db6fdCopy full SHA for 52db6fd
.github/workflows/main.yml
@@ -20,11 +20,9 @@ jobs:
20
rustup default ${{ matrix.rust }}
21
shell: bash
22
23
- - run: cargo update
24
-
25
- uses: Swatinem/rust-cache@v2
26
27
- - run: cargo test
+ - run: cargo test --locked
28
29
- name: Cache make compiled
30
if: ${{ !startsWith(matrix.os, 'windows') }}
@@ -51,7 +49,7 @@ jobs:
51
49
- name: Test against GNU Make from source
52
50
53
54
- run: cargo test
+ run: cargo test --locked
55
env:
56
MAKE: /usr/local/bin/make
57
@@ -96,4 +94,4 @@ jobs:
96
94
- uses: taiki-e/install-action@cargo-hack
97
95
98
99
- - run: cargo hack check --lib --rust-version --ignore-private
+ - run: cargo hack check --lib --rust-version --ignore-private --locked
0 commit comments