Skip to content

Commit

Permalink
ci: also build code
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Oct 5, 2024
1 parent aed4551 commit 2f3ef2d
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 @@ -23,5 +23,8 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Build the code
run: go build -o qc main.go

- name: Run unit tests
run: go test ./...

0 comments on commit 2f3ef2d

Please sign in to comment.