Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea committed Feb 26, 2024
1 parent c27035e commit 2706b75
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,3 @@ jobs:

- name: Test
run: go test ./...

- name: Build examples
run: go build -v ./...
working-directory: ./examples

- name: Test examples
run: go test -v ./...
working-directory: ./examples

- name: Build tutorials
run: go build -v ./...
working-directory: ./tutorials

0 comments on commit 2706b75

Please sign in to comment.