Update go.yml

This commit is contained in:
Winni Neessen 2021-03-21 13:57:57 +01:00 committed by GitHub
parent 46e47348e2
commit 3a87ae7829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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