summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-11 22:18:50 +0200
committerKarl Williamson <khw@cpan.org>2022-09-13 18:52:00 -0600
commit7737a385f10bd54496ada6b89793d1bbe6d0b559 (patch)
tree6ad346c0002e564e6db2ee3b8cd33402912f7d26
parent7f149ace48048515e5a070e2b2da2b22f5f3c4da (diff)
downloadperl-7737a385f10bd54496ada6b89793d1bbe6d0b559.tar.gz
CI/cygwin: use test harness with 2 jobs
It was running the tests using t/TEST; change it to use t/harness and use two jobs for doing so. This decreases the total run-time from about 1h to 38m.
-rw-r--r--.github/workflows/testsuite.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 94bde99820..96c858d151 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -520,7 +520,7 @@ jobs:
# complete all CI runs.
run: |
cd ~/work
- PATH=`pwd`:.:$PATH ./perl.exe t/TEST
+ PATH=`pwd`:.:$PATH TEST_JOBS=2 ./perl.exe t/harness
# _ _ _ _
# _ __ ___ (_)_ __ (_) |_ ___ ___| |_