Skip to content

Commit

Permalink
add check for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed Aug 21, 2024
1 parent 75e87f5 commit 34045e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:

- name: Build all packages
run: go build -v ./...

- name: Build all tests
run: cd examples && go build -v ./...

0 comments on commit 34045e0

Please sign in to comment.