Skip to content

Commit 8811b03

Browse files
committed
WIP: Debug CI setup
1 parent a0468f5 commit 8811b03

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
cpanm --with-feature=ci --installdeps --notest .
3737
perl Build.PL
3838
./Build build
39+
- name: Pre-check test scripts
40+
run: |
41+
t/data/simple_rwp.pl && echo "simple_rwp: $?"
42+
t/data/simple_fork.pl && echo "simple_fork: $?"
43+
t/data/sigchld_handler.pl && echo "sigchld_handler: $?"
3944
- name: Run tests
4045
run: |
4146
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash

t/data/simple_fork.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/perl
12
use warnings;
23
use strict;
34

0 commit comments

Comments
 (0)