Skip to content

Commit

Permalink
remove non-extant test target from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Nov 29, 2023
1 parent 70010d7 commit 42f05fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42f05fa

Please sign in to comment.