Commit 1db575a2 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

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

parent 527bee5b
...@@ -65,3 +65,18 @@ jobs: ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment