From 42f05faaa90b19e13bb86eae786ad814da4eb1af Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Tue, 28 Nov 2023 17:52:22 -0700 Subject: [PATCH] remove non-extant test target from workflow --- .github/workflows/actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index fe2dd03..b39d746 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -41,9 +41,7 @@ jobs: HOMEBREW_NO_ENV_HINTS: yes HOMEBREW_NO_ANALYTICS: yes - name: build unit tests - run: | - make unit_tests - make lib_unit_tests + run: make lib_unit_tests - name: build libtests run: | make libtest1