Update go.yml

This commit is contained in:
Winni Neessen 2021-03-21 16:15:56 +01:00 committed by GitHub
parent 528ffbf34e
commit 956574cf4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
go-version: 1.15
- name: Build
run: go build -v ./...
run: go build -o apg -v ./...
- name: Test
run: go test -v ./...