Skip to content

Commit

Permalink
Try -Z workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Jun 23, 2023
1 parent 9fac289 commit 579f4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: matrix.extra
run: |
cargo install cargo2junit --force
cargo test --all -- -Z unstable-options --format json --report-time | cargo2junit > cargo_test_results.xml
RUSTC_BOOTSTRAP=1 cargo test --all -- -Z unstable-options --format json --report-time | cargo2junit > cargo_test_results.xml
- name: Publish cargo test results artifact
if: matrix.extra
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 579f4db

Please sign in to comment.