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.
1 parent 08a2ce5 commit 88cc8e6Copy full SHA for 88cc8e6
.github/workflows/ci.yaml
@@ -185,7 +185,9 @@ jobs:
185
run: cargo version
186
- name: cargo fetch --locked
187
run: cargo fetch --locked --target ${{ matrix.target }}
188
- - name: difftest
+ - name: cargo fetch --locked difftests
189
+ run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target ${{ matrix.target }}
190
+ - name: difftests
191
run: cargo run -p difftests --release --no-default-features --features "use-installed-tools"
192
193
# This allows us to have a single job we can branch protect on, rather than needing
0 commit comments