Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Aug 7, 2024
1 parent fa414db commit 2e60da1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
run: go build -v ./...

- name: Build examples
if: ${{ matrix.goVersion == env.GO_VERSION }}
run: cd examples; go build -v ./...

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

- name: Test examples
if: ${{ matrix.goVersion == env.GO_VERSION }}
run: cd examples; go test ./...

- name: Test library with coverage profiler
Expand Down

0 comments on commit 2e60da1

Please sign in to comment.