From 4f8cf545fee7ade5a2198decc299e2300dada078 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 28 Oct 2023 15:57:21 +0200 Subject: [PATCH] Add Makefile test coverage to GitHub Action Workflow CI (part of #862) --- .github/workflows/go.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7dbc649d8..5781033c7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,3 +30,7 @@ jobs: - name: Test working-directory: claat run: go test -v ./... + + - name: Make + working-directory: claat + run: make all release