ci: skip go build for tests (#7899)
This commit is contained in:
parent
c6c526275d
commit
aed1419c64
|
|
@ -310,8 +310,7 @@ jobs:
|
|||
arm64) echo ARCH=arm64 ;;
|
||||
esac >>$GITHUB_ENV
|
||||
shell: bash
|
||||
- run: go build
|
||||
- run: go test -v ./...
|
||||
- run: go test ./...
|
||||
|
||||
patches:
|
||||
needs: [changes]
|
||||
|
|
|
|||
Loading…
Reference in New Issue