Skip to content

Commit 65c03ce

Browse files
committed
ci(tests): ignore examples folder to run go test
1 parent e92019b commit 65c03ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
go-version: 1.17
2020

2121
- name: Test
22-
run: go test -v ./...
22+
run: go test $(go list ./... | grep -v examples)

0 commit comments

Comments
 (0)