ci: add go test

pull/29/head v0.1.0
MengYX 3 years ago
parent 9390b45207
commit 62f7991a64
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604

@ -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…
Cancel
Save