From 75eaccaa5bda32f7796b965676d6ee2a0f30ac9d Mon Sep 17 00:00:00 2001 From: Giso Grimm Date: Fri, 22 Mar 2024 16:35:51 +0100 Subject: [PATCH] run unit-tests on MacOS --- .github/workflows/macos_make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_make.yml b/.github/workflows/macos_make.yml index 942c6844..9eb0713d 100644 --- a/.github/workflows/macos_make.yml +++ b/.github/workflows/macos_make.yml @@ -20,4 +20,4 @@ jobs: - name: make run: make - name: test - run: make test + run: make unit-tests test