Skip to content

Commit 4aec5bf

Browse files
committed
Run tests by files
1 parent eb33fc1 commit 4aec5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ jobs:
139139
- name: install module
140140
run: sudo make install
141141
- name: run regression tests
142-
run: make test-regression
142+
run: cd tests; time for f in `find regression/ -maxdepth 2 -mindepth 2 -name "*.t" | tr "\012" " "`; do time ./run-regression-tests.pl -S . ${f}; done

0 commit comments

Comments
 (0)