Skip to content

Commit

Permalink
ci: Remove --test-threads=1
Browse files Browse the repository at this point in the history
It seems to no longer be needed, per the new release of tarpaulin that
seems to resolve xd009642/tarpaulin#264.

Signed-off-by: Kristofer Rye <[email protected]>
  • Loading branch information
rye committed Oct 31, 2019
1 parent a74d519 commit cc831ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
cargo install --force cargo-tarpaulin
cargo tarpaulin --out Xml -- --test-threads=1
cargo tarpaulin --out Xml
bash <(curl -s https://codecov.io/bash)
- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit cc831ef

Please sign in to comment.