Skip to content

Commit 909e1b8

Browse files
author
Piotr
committed
gh action update
1 parent af944c5 commit 909e1b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
run: go mod download
2424

2525
- name: Run tests
26-
run: go test -v ./...
26+
# exclude tests dir for now as it doesnt work well with GH actions
27+
run: go test -v `go list ./... | grep -v tests`

0 commit comments

Comments
 (0)