chore(ci): update build targets

This commit is contained in:
Johan Siebens
2022-09-24 08:09:26 +02:00
parent 980ae6dd85
commit cadf938e2a
+4
View File
@@ -4,6 +4,9 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- main
jobs:
build:
@@ -19,4 +22,5 @@ jobs:
- name: Build
run: |
go test ./...
go build cmd/ionscale/main.go