Skip to content

Commit

Permalink
Merge #357
Browse files Browse the repository at this point in the history
357: `--test-threads 1` is broken on tarpaulin 0.18.1 r=jonasbb a=jonasbb

But using an `=` sign works.

xd009642/tarpaulin#819

bors merge

Co-authored-by: Jonas Bushart <jonas@bushart.org>
bors[bot] and jonasbb authored Sep 4, 2021
2 parents d1ccf6d + 522c58a commit fbb2ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ jobs:
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest'
with:
# tarpaulin already runs with --all-targets
args: "--workspace --all-features -- --test-threads 1"
args: "--workspace --all-features -- --test-threads=1"
version: "latest"
- name: Upload to codecov.io
uses: codecov/codecov-action@v2.0.3

0 comments on commit fbb2ad6

Please sign in to comment.