We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7826048 commit 383368eCopy full SHA for 383368e
1 file changed
.github/workflows/ci.yml
@@ -36,8 +36,8 @@ jobs:
36
37
- name: Run tests
38
run: |
39
- (cd backend && go test ./...)
40
- (cd frontend/cli && go test ./...)
+ (cd backend && go test -p=1 ./...)
+ (cd frontend/cli && go test -p=1 ./...)
41
(cd shared && go test ./...)
42
(cd api/go && go test ./...)
43
env:
0 commit comments