chore: fix automated build actions so it doesn't run the tests in the "build" job
All checks were successful
Run tests and linters / test (pull_request) Successful in 43s
Run tests and linters / build (pull_request) Successful in 42s
Run tests and linters / lint (pull_request) Successful in 1m19s

This commit is contained in:
Emmanuel BENOîT 2024-07-26 13:55:19 +02:00
parent d5853ca25d
commit 93105aa81a
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -60,6 +60,6 @@ jobs:
go.sum
tools/go.sum
-
name: Run tests
name: Build binaries
run: |
make test
make build