diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 66cd100..73122d1 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -118,4 +118,4 @@ jobs: - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1 with: - args: '--ignore-tests' \ No newline at end of file + args: '--ignore-tests --avoid-cfg-tarpaulin' \ No newline at end of file