Commit 194e105
committed
ci(e2e): compile-check tests with 'go test -c' not 'go build'
./e2e is a test-only package, so 'go build ./e2e' fails with 'no non-test
Go files' (exit 1 under bash -e). 'go test -c -o /dev/null' compiles the
test binary without running it — the correct build check.1 parent a753776 commit 194e105
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments