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
68832df1ed
commit
61f37d16bb
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 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 .
|
||||||
|
|
Loading…
Reference in a new issue