We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f259a7e commit ebdfae7Copy full SHA for ebdfae7
1 file changed
.github/workflows/unit-tests.yml
@@ -79,4 +79,5 @@ jobs:
79
make init confirm=init
80
81
- name: Run Unit Tests
82
- run: go test -v ./...
+ run: |
83
+ cd apps/lina-core && go test -v ./...
0 commit comments