Skip to content

Commit

Permalink
use timed test on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jan 27, 2025
1 parent 7f9a971 commit 6fb42df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Makefile.thruk
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ citest:
TEST_MYSQL="mysql://root:root@localhost:3306/test" \
PERL_DL_NONLAZY=1 \
PERL5LIB=.:$$PERL5LIB \
$(MAKE) test
$(MAKE) timedtest

timedtest:
for file in $(TEST_FILES); do \
Expand Down

0 comments on commit 6fb42df

Please sign in to comment.