Skip to content

Commit

Permalink
CI: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Apr 18, 2022
1 parent b6c5710 commit bd421f8
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 @@ -17,6 +17,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Test
run: make test

- name: Build
run: make build

Expand Down

0 comments on commit bd421f8

Please sign in to comment.