Skip to content

Commit

Permalink
Fix release test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Feb 16, 2024
1 parent 6e4c8ff commit cc9a0d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -38,6 +38,10 @@ jobs:
run: |
set -e
cd nats
# Required, tests execute built binary
go build
go test -v --failfast -p=1 ./...
cd ../cli
go test -v --failfast -p=1 ./...
Expand Down

0 comments on commit cc9a0d5

Please sign in to comment.