Skip to content

Commit

Permalink
Fix github build action
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Mar 9, 2022
1 parent 6cdb1be commit 64bcfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
run: |
go get -v -t -d ./...
- name: Test
run: go test -v ./...
run: go test -v ./... --cover

- name: Build
run: go build -v .
run: go build -v ./cmd/gorcon

docker-release:
name: Docker Release
Expand Down

0 comments on commit 64bcfa0

Please sign in to comment.