We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b60bcb commit e8dc356Copy full SHA for e8dc356
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
uses: actions-rs/cargo@v1
67
with:
68
command: test
69
+ args: "-- --test-threads 1"
70
71
- name: "Example: `basic`"
72
working-directory: examples/basic
0 commit comments