Skip to content

Commit

Permalink
Run test after build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Jul 16, 2022
1 parent e691e91 commit cf9cf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
go get -u github.com/shuLhan/go-bindata/...
go-bindata -pkg bindata -o bindata/bindata.go etc/*
GO111MODULE=on go get ./...
GO111MODULE=on go test -v ./...
GO111MODULE=on go build -ldflags "-X main.version=cibuild" -o dbanon main.go
GO111MODULE=on go build -ldflags "-X main.version=cibuild" -o dbanon main.go
GO111MODULE=on go test -v ./...

0 comments on commit cf9cf56

Please sign in to comment.