There was an error while loading. Please reload this page.
1 parent 23f418f commit a4f32c4Copy full SHA for a4f32c4
1 file changed
.github/workflows/test.yml
@@ -67,12 +67,15 @@ jobs:
67
path: target
68
key: cargo-${{ matrix.image }}-${{ hashFiles('**/Cargo.lock') }}
69
70
+ - name: Deny check
71
+ uses: EmbarkStudios/cargo-deny-action@v2
72
+
73
- name: Build
- run: cargo build
74
+ run: cargo build --locked
75
76
- name: Test
77
if: ${{ !inputs.include-ignored }}
- run: cargo test
78
+ run: cargo test --locked
79
80
- name: Test (include ignored)
81
if: ${{ inputs.include-ignored }}
0 commit comments