mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
Update go.yml
This commit is contained in:
parent
60346502fa
commit
54424298c6
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
|
||||
|
||||
- name: Build
|
||||
run: go build -o apg -v ./...
|
||||
run: go build -o apg -v .
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -v .
|
||||
|
|
Loading…
Reference in a new issue