Skip to content

Commit 1ccbea3

Browse files
committed
- [+] add test to github cli
1 parent 372d6ef commit 1ccbea3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go-release-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
# go mod tidy
4040
go get -v ./...
4141
go test -v ./...
42+
go build -v .
43+
#pwd
44+
#ls -Al test/* test2/*
45+
( cd test; ./test-all.sh; )
46+
( cd test2; ./test-all.sh; )
4247
4348
-
4449
name: Run GoReleaser

0 commit comments

Comments
 (0)