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