A noop target to Makefile.release and run it in CI (#4462)

This commit is contained in:
Miek Gieben
2021-02-13 14:03:22 +01:00
committed by GitHub
parent 527bee5b6d
commit 1db575a2ce

View File

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