Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Try removing follow-exec since it seems to have broken the build
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Feb 28, 2022
1 parent 9d91fb2 commit 4e92bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install cargo tarpaulin
run: cargo install cargo-tarpaulin
- name: Run tarpaulin
run: cargo tarpaulin --follow-exec --tests --examples --out Lcov --output-dir ./coverage
run: cargo tarpaulin --tests --examples --out Lcov --output-dir ./coverage
- name: Check file was actually created
run: cat /tmp/whatever
- name: Upload coverage to coveralls
Expand Down

0 comments on commit 4e92bfe

Please sign in to comment.