Skip to content

Commit 1657a9c

Browse files
committed
Run all regression tests in one step
1 parent a90c4f5 commit 1657a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: cd tests; time for f in `find regression/ -maxdepth 2 -mindepth 2 -name "*.t" | tr "\012" " "`; do time ./run-regression-tests.pl -S . -d ${f}; done
142+
run: cd tests; time ./run-regression-tests.pl -S .

0 commit comments

Comments
 (0)