1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: fix release.yml

This commit is contained in:
daief 2022-05-19 13:09:50 +08:00
parent 2e0f79df3b
commit 5f1e498454

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 .