Skip to content

Commit e8dc356

Browse files
committed
Workaround for CI errors: Run tests single-threaded on macOS
1 parent 2b60bcb commit e8dc356

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: actions-rs/cargo@v1
6767
with:
6868
command: test
69+
args: "-- --test-threads 1"
6970

7071
- name: "Example: `basic`"
7172
working-directory: examples/basic

0 commit comments

Comments
 (0)