Skip to content

Commit

Permalink
ci: use cargo2junit instead
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Jul 25, 2021
1 parent 14ed47d commit 73afbc2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: prep test tools
run: |
cargo install cargo-junit
cargo install cargo2junit
mkdir -p .testresults/unit
mkdir -p .coverage/unit
Expand All @@ -36,9 +36,7 @@ jobs:

- name: generate junit unit test results
run: |
cargo junit --name .testresults/unit/junit.xml
ls .testresults/unit
cat .testresults/unit/junit.xml
cargo test -- -Z unstable-options --format json --report-time | cargo2junit > .testresults/unit/junit.xml
- name: setup testspace publisher
uses: testspace-com/setup-testspace@v1
Expand Down

0 comments on commit 73afbc2

Please sign in to comment.