We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1657a9c commit d8ac56cCopy full SHA for d8ac56c
.github/workflows/ci.yml
@@ -139,4 +139,4 @@ jobs:
139
- name: install module
140
run: sudo make install
141
- name: run regression tests
142
- run: cd tests; time ./run-regression-tests.pl -S .
+ run: make test-regression
0 commit comments