mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Update go.yml
This commit is contained in:
parent
0f66dccb11
commit
ed2d1478b9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
go-version: 1.15
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
run: go build -v ./apg.go
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -v
|
||||
|
|
Loading…
Reference in a new issue