mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
Update go.yml
This commit is contained in:
parent
27d05f497b
commit
30326b46d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
|
|
||||||
- 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