mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 02:17:43 +08:00
Run unit tests as part of build checks (#927)
This commit is contained in:
parent
ab47e92cbf
commit
d219941059
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -19,5 +19,8 @@ jobs:
|
|||
with:
|
||||
go-version: ^1.15
|
||||
|
||||
- name: Run unit tests
|
||||
run: go test ./...
|
||||
|
||||
- name: Build binaries
|
||||
run: go run build/build.go
|
Loading…
Reference in a new issue