ci: add go test
This commit is contained in:
parent
9390b45207
commit
62f7991a64
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -50,6 +50,9 @@ jobs:
|
|||
echo "::set-output name=short_sha::$(git rev-parse --short HEAD)"
|
||||
echo "::set-output name=git_tag::$(git describe --tags --always)"
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
GOOS: ${{ matrix.GOOS }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user