Skip to content

Commit

Permalink
CI: Build example
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Jul 25, 2024
1 parent 33ab146 commit 0723c08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
run: go get -v -t -d ./...

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

- name: Build example
run: cd ./_example && go build -v ./

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

0 comments on commit 0723c08

Please sign in to comment.