Skip to content

Commit

Permalink
- [+] add test to github cli
Browse files Browse the repository at this point in the history
  • Loading branch information
suntong committed Jan 16, 2022
1 parent 372d6ef commit 1ccbea3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
# go mod tidy
go get -v ./...
go test -v ./...
go build -v .
#pwd
#ls -Al test/* test2/*
( cd test; ./test-all.sh; )
( cd test2; ./test-all.sh; )
-
name: Run GoReleaser
Expand Down

0 comments on commit 1ccbea3

Please sign in to comment.