mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
Merge remote-tracking branch 'origin/cmd_refactor' into cmd_refactor
This commit is contained in:
commit
7da98e6389
1 changed files with 3 additions and 3 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -17,10 +17,10 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.17
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -o apg -v .
|
run: go build -o apg -v github.com/wneessen/apg-go/cmd/apg
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v .
|
run: go test -v github.com/wneessen/apg-go/cmd/apg
|
||||||
|
|
Loading…
Reference in a new issue