Unverified Commit aed1419c authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

ci: skip go build for tests (#7899)

parent c6c52627
......@@ -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]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment