Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Run make check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Jul 26, 2023
1 parent ed02983 commit a2354cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
dep ensure
fi
- name: Check
run: make check

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

Expand Down

0 comments on commit a2354cd

Please sign in to comment.