Skip to content

Commit

Permalink
ci: run tarpaulin on one thread
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Sep 27, 2020
1 parent a5abe80 commit d7f3146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

- name: Coverage
uses: actions-rs/tarpaulin@v0.1
with:
args: -- --test-threads 1

- name: Test
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit d7f3146

Please sign in to comment.