mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -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: |
|
run: |
|
||||||
go install github.com/fatih/faillint
|
go install github.com/fatih/faillint
|
||||||
( cd test; go test -race ./... )
|
( 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