diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b54a881..25df3a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: tarpaulin - args: --release --all-features --out xml + args: --release --all-features --engine llvm --out xml - name: Upload to codecov.io uses: codecov/codecov-action@v2