Skip to content

Commit 99f0fc9

Browse files
add github action to run tests
1 parent f1b322d commit 99f0fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
- name: Build
6969
run: |
70-
# Build all packages except example (has multiple main functions)
71-
go build -v $(go list ./... | grep -v '/example')
70+
# Build all packages except example (multiple main) and integration (test-only)
71+
go build -v $(go list ./... | grep -v '/example' | grep -v '/integration')
7272
7373
- name: Test compilation
7474
run: |

0 commit comments

Comments
 (0)