Skip to content

Commit

Permalink
ci(tests): use llvm engine in tarpauling to combat segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Nov 15, 2024
1 parent 2d0fb69 commit 185b35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
run: |
gh release download --repo xd009642/tarpaulin --pattern 'cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz'
tar -xvzf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz
./cargo-tarpaulin --follow-exec --skip-clean --coveralls ${{ secrets.COVERALLS_TOKEN }}
./cargo-tarpaulin --follow-exec --engine llvm --skip-clean --coveralls ${{ secrets.COVERALLS_TOKEN }}

0 comments on commit 185b35d

Please sign in to comment.