1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Run unit tests as part of build checks (#927)

This commit is contained in:
Max Horstmann
2020-11-02 08:42:33 -05:00
committed by GitHub
parent ab47e92cbf
commit d219941059

View File

@ -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