Skip to content

Commit 26c39df

Browse files
committed
Separate out the unit test targets from actual test
1 parent fe71912 commit 26c39df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-macvim.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ jobs:
236236
check_arch "${VIM_BIN}"
237237
check_arch "${MACVIM_BIN}"
238238
239+
# Build the unit test binaries first so if they fail, it'll be at a different step from the actual test. Also,
240+
# with link-time-optimizations, this help prevent them from using up the timeout in the tests.
241+
- name: Build test binaries
242+
run: make -C src unittesttargets
243+
239244
- name: Test
240245
timeout-minutes: 20
241246
run: make test

0 commit comments

Comments
 (0)