From 522c58a543f49ba720b79382eac713ec07932fdc Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Sat, 4 Sep 2021 15:13:19 +0200 Subject: [PATCH] `--test-threads 1` is broken on tarpaulin 0.18.1 But using an `=` sign works. https://github.com/xd009642/tarpaulin/issues/819 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a4836fe..ab7e11d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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