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 c4bffc6 commit aa3a9c6Copy full SHA for aa3a9c6
.github/workflows/test.yml
@@ -22,8 +22,8 @@ jobs:
22
cache-directories: "server"
23
24
- name: Run tests
25
- run: cd server && nix develop --command cargo test --test-threads=1
+ run: cd server && nix develop --command "cargo test -- --test-threads=1"
26
27
- name: Run tests with output
28
- run: cd server && nix develop --command cargo test --nocapture --test-threads=1
+ run: cd server && nix develop --command "cargo test -- --nocapture --test-threads=1"
29
if: failure()
0 commit comments