Skip to content

Commit d465d2b

Browse files
committed
go run
1 parent c7e2c73 commit d465d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- run: yarn fmt
2121
- run: ./scripts/fail_on_diff.sh
2222
# Test examples
23-
- run: go main.go
23+
- run: go run main.go
2424
working-directory: ./examples/connecthook
25-
- run: go main.go
25+
- run: go run main.go
2626
working-directory: ./examples/basic
2727

2828
tests-ubuntu:

0 commit comments

Comments
 (0)