Skip to content

Commit

Permalink
avoid running tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 30, 2023
1 parent de3725a commit 32620ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo install cargo2junit
- run: cargo test -- --include-ignored -Z unstable-options --format json | cargo2junit > results.xml
- run: cargo test -- --ignored -Z unstable-options --format json | cargo2junit > results.xml
- uses: test-summary/action@v2
with:
paths: "results.xml"
Expand Down

0 comments on commit 32620ed

Please sign in to comment.