There was an error while loading. Please reload this page.
1 parent f1b322d commit 99f0fc9Copy full SHA for 99f0fc9
1 file changed
.github/workflows/tests.yml
@@ -67,8 +67,8 @@ jobs:
67
68
- name: Build
69
run: |
70
- # Build all packages except example (has multiple main functions)
71
- go build -v $(go list ./... | grep -v '/example')
+ # Build all packages except example (multiple main) and integration (test-only)
+ go build -v $(go list ./... | grep -v '/example' | grep -v '/integration')
72
73
- name: Test compilation
74
0 commit comments