Skip to content

Commit

Permalink
Workaround for CI errors: Run tests single-threaded on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jan 9, 2022
1 parent 2b60bcb commit e8dc356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: "-- --test-threads 1"

- name: "Example: `basic`"
working-directory: examples/basic
Expand Down

0 comments on commit e8dc356

Please sign in to comment.