Skip to content

Commit

Permalink
Merge pull request #37 from dotenv-rs/fix-test-output
Browse files Browse the repository at this point in the history
switch to less flaky junit converter
  • Loading branch information
ZoeyR authored Feb 4, 2020
2 parents a17dd2c + b897ec8 commit 6d15856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
cargo kcov --print-install-kcov-sh | sh
displayName: Install kcov
condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.JobName'], 'Linux stable'))
- script: cargo install --git https://github.com/dgriffen/cargo-junit --branch temp-patch
- script: cargo install cargo2junit
displayName: Install cargo junit formatter
- script: cargo build
displayName: Build
- script: cargo junit --name testResults.xml
- script: cargo test -- -Z unstable-options --format json | cargo2junit > testResults.xml
displayName: Build and run tests
- task: PublishTestResults@2
inputs:
Expand Down

0 comments on commit 6d15856

Please sign in to comment.