chore: fix release.yml

This commit is contained in:
daief 2022-05-19 13:09:50 +08:00
parent 2e0f79df3b
commit 5f1e498454
1 changed files with 9 additions and 0 deletions

View File

@ -33,8 +33,17 @@ jobs:
go get
- name: Enable Go 1.11 modules
if: runner.os == 'Windows'
run: cmd /c "set GO111MODULE=on"
- name: Unit Tests
run: go test ./... -run ./...
- name: API Tests
run: |
npm -g install newman
./testing/run_api_tests.sh
- name: Build
run: go build -v .