Skip to content

Commit 2ae1de1

Browse files
committed
chore: update workflow
1 parent 773dbfc commit 2ae1de1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-core.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,12 @@ jobs:
3030
with:
3131
working-directory: 'core'
3232

33+
- name: Run tests
34+
run: |
35+
cd core
36+
go test $(go list ./... | grep -v '/pkg/')
37+
go vet ./...
38+
go mod verify
39+
go mod tidy
40+
41+

0 commit comments

Comments
 (0)