chore: fix automated build actions so it doesn't run the tests in the "build" job
This commit is contained in:
parent
d5853ca25d
commit
93105aa81a
1 changed files with 2 additions and 2 deletions
|
@ -60,6 +60,6 @@ jobs:
|
||||||
go.sum
|
go.sum
|
||||||
tools/go.sum
|
tools/go.sum
|
||||||
-
|
-
|
||||||
name: Run tests
|
name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
make test
|
make build
|
||||||
|
|
Loading…
Reference in a new issue