Skip to content

Commit cc9a0d5

Browse files
committed
Fix release test
1 parent 6e4c8ff commit cc9a0d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
run: |
3939
set -e
4040
cd nats
41+
42+
# Required, tests execute built binary
43+
go build
44+
4145
go test -v --failfast -p=1 ./...
4246
cd ../cli
4347
go test -v --failfast -p=1 ./...

0 commit comments

Comments
 (0)