Commit 9b8f06b
authored
ci: run just test (fmt + lint + race tests) instead of go test alone (#17)
The Go workflow only ran `go build` + `go test -v ./...`, missing
the gofumpt fmt-check, golines length-check, and golangci-lint
that `just test` runs locally. PR #11 in the meshx sibling repo
landed lint failures because of the same gap; tightening this
here too before it bites.
Add `just` setup + `just fetch` to pull the shared osapi-justfiles,
then run `just test` as the canonical pipeline. Same flow developers
run locally; one source of truth.
go.mod / go.sum pick up the tool-dependency entries `just test`
registers (gofumpt, golines, golangci-lint, gocover-cobertura).1 parent bea3fed commit 9b8f06b
3 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
22 | | - | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| 229 | + | |
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
0 commit comments