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 247e387 commit 7f13b89Copy full SHA for 7f13b89
.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