From 2f864c458547779c484140c3b8ca3a094cb00aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Rebert?= Date: Thu, 13 Jan 2022 18:00:02 +0100 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3a097b4..d39353e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,7 +29,7 @@ jobs: uses: actions-rs/tarpaulin@v0.1 with: version: '0.15.0' - args: '-- --all-features --test-threads 1' + args: --all-features --test-threads 1 - name: Upload to codecov.io uses: codecov/codecov-action@v2