mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
A noop target to Makefile.release and run it in CI (#4462)
This commit is contained in:
15
.github/workflows/go.test.yml
vendored
15
.github/workflows/go.test.yml
vendored
@@ -65,3 +65,18 @@ jobs:
|
||||
run: |
|
||||
go install github.com/fatih/faillint
|
||||
( cd test; go test -race ./... )
|
||||
|
||||
test-makefile-release:
|
||||
name: Test Makefile.release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install make curl
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Test Makefile
|
||||
run: make -f Makefile.release build
|
||||
|
||||
Reference in New Issue
Block a user