Update go.yml

This commit is contained in:
Winni Neessen 2021-03-26 14:30:43 +01:00 committed by GitHub
parent 60346502fa
commit 54424298c6
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 -o apg -v ./...
run: go build -o apg -v .
- name: Test
run: go test -v ./...
run: go test -v .