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:
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
|
Reference in New Issue
Block a user