Skip to content

Commit ebdfae7

Browse files
committed
ci(github): run unit tests from lina-core directory
1 parent f259a7e commit ebdfae7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ jobs:
7979
make init confirm=init
8080
8181
- name: Run Unit Tests
82-
run: go test -v ./...
82+
run: |
83+
cd apps/lina-core && go test -v ./...

0 commit comments

Comments
 (0)