Skip to content

Commit 91a4ed7

Browse files
committed
fix target in workflow
1 parent 00dc788 commit 91a4ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build tests
2424
run: |
2525
PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH" \
26-
gmake build/test-evloop build/test-wolfssl build/test-ttl-expired build/test/unit
26+
gmake build/test-evloop build/test-wolfssl build/test-ttl-expired unit
2727
2828
- name: Run event loop test
2929
run: |

0 commit comments

Comments
 (0)