Merge remote-tracking branch 'origin/cmd_refactor' into cmd_refactor

This commit is contained in:
Winni Neessen 2021-09-23 09:36:00 +02:00
commit 7da98e6389

View file

@ -17,10 +17,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
- name: Build
run: go build -o apg -v .
run: go build -o apg -v github.com/wneessen/apg-go/cmd/apg
- name: Test
run: go test -v .
run: go test -v github.com/wneessen/apg-go/cmd/apg