Commit d4ca58f
authored
Fix Go e2e tests not running in CI (#47)
* Fix Go e2e tests not running in CI
Add ./... to go test commands to include tests in subdirectories like go/e2e/
* Simplify to single go test command
* Remove global timeout, rely on per-test 60s timeouts1 parent 35d3710 commit d4ca58f
1 file changed
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 46 | + | |
53 | 47 | | |
54 | | - | |
55 | | - | |
56 | 48 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 49 | | |
0 commit comments