Skip to content

Commit

Permalink
--test-threads 1 is broken on tarpaulin 0.18.1
Browse files Browse the repository at this point in the history
But using an `=` sign works.

xd009642/tarpaulin#819
  • Loading branch information
jonasbb committed Sep 4, 2021
1 parent d1ccf6d commit 522c58a
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
Expand Up @@ -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
Expand Down

0 comments on commit 522c58a

Please sign in to comment.