diff --git a/.github/workflows/go-release-build.yml b/.github/workflows/go-release-build.yml index cfedab9..3a86022 100644 --- a/.github/workflows/go-release-build.yml +++ b/.github/workflows/go-release-build.yml @@ -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