Update go.yml

This commit is contained in:
Winni Neessen 2021-04-17 11:09:04 +02:00 committed by GitHub
parent 68832df1ed
commit 61f37d16bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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