Skip to content

Commit

Permalink
Revert "WIP: remove llvm"
Browse files Browse the repository at this point in the history
This reverts commit 732a87d.
  • Loading branch information
viccuad committed Oct 23, 2024
1 parent 3268324 commit b54f7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ coverage-unit-tests:

.PHONY: coverage-e2e-tests
coverage-e2e-tests:
cargo tarpaulin --verbose --skip-clean \
cargo tarpaulin --verbose --skip-clean --engine=llvm \
--all-features --implicit-test-threads --test e2e \
--out xml --out html --output-dir coverage/e2e-tests

Expand Down

0 comments on commit b54f7da

Please sign in to comment.