Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixq authored Dec 16, 2024
1 parent df9d1eb commit 674c57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Build examples
working-directory: examples/go/
run: find . -name 'go.mod' -execdir go build \;
run: find . -name 'go.mod' -execdir go build \; && false

- name: Run util tests
working-directory: util/
run: find . -name 'go.mod' -execdir go test ./... +
run: find . -name 'go.mod' -execdir go test ./... \; && false

0 comments on commit 674c57e

Please sign in to comment.