Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Winni Neessen 2021-03-20 19:31:54 +01:00
commit 096d5ba067
Signed by: wneessen
GPG key ID: 385AC9889632126E
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -16,5 +16,6 @@ jobs:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.15
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}