Commit 783704c
authored
[CICD] Run tests in parallel, ensure we run all tests (#121)
## Summary
I think this got removed by accident? We were only running boxcli tests
instead of all tests.
btw, linting darwin is probably overkill (the tests themselves will
confirm everything compiles, I guess we could do `go build -v ./...` but
since it's pretty fast, it's not a big deal)
## How was it tested?
GHA1 parent 3da01f1 commit 783704c
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | | - | |
| 80 | + | |
0 commit comments