Commit 4923487
Matthew Fisher
fix(builder): revert to testing local package
`go test` doesn't like it if there's multiple main scripts in the same
directory. Since there are no other packages to test, `.` tests
everything.
From a platform-wide perspective this does seem odd, but it's only
because builder is not built with Go from the ground up, whereas the
logger, logspout and publisher are pure Go.1 parent 9d4421c commit 4923487
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