Skip to content

Commit 88cc8e6

Browse files
Firestar99LegNeato
authored andcommitted
ci: check lockfile of difftests
1 parent 08a2ce5 commit 88cc8e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ jobs:
185185
run: cargo version
186186
- name: cargo fetch --locked
187187
run: cargo fetch --locked --target ${{ matrix.target }}
188-
- name: difftest
188+
- name: cargo fetch --locked difftests
189+
run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target ${{ matrix.target }}
190+
- name: difftests
189191
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
190192

191193
# This allows us to have a single job we can branch protect on, rather than needing

0 commit comments

Comments
 (0)