From 79dbd48b811f38303c7d215bfa2112e53e3367f5 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr Date: Mon, 18 Sep 2023 11:10:27 +0200 Subject: [PATCH] chore: Fix unknown CI/CD parameter --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fc64184..34e92b4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,12 +20,11 @@ jobs: with: profile: minimal toolchain: nightly - components: rustfmt, clippy - name: run code coverage uses: actions-rs/tarpaulin@v0.1 with: version: '0.15.0' - args: '-- --engine llvm --test-threads 1' + args: '-- --test-threads 1' - name: upload code coverage uses: actions/upload-artifact@v1 with: