Skip to content

Commit c14eede

Browse files
committed
github: just make on macOS
1 parent cf1e876 commit c14eede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- uses: actions/checkout@v5
138138
- run: ci/install-dependencies.sh
139-
- run: make test
139+
- run: make
140140
- name: print test failures
141141
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
142142
run: ci/print-test-failures.sh

0 commit comments

Comments
 (0)