aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/test.bash
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20Alter spectest to run in proper subdirPatrick Spek1-1/+1
2020-04-01Show testing duration when finishedPatrick Spek1-1/+8
2020-03-29Consolidate fetch data in fetch_core.txtPatrick Spek1-1/+1
2020-03-28Update the module test methodPatrick Spek1-4/+44
A conservative PATH is now set, with the bin directories from Rakudo Star added on to it. This should ensure that the right Raku is being used. Additionally, any failing modules will be reported at the end, and the exitcode of the test action becomes non-zero if any module failed their tests.
2020-03-28Implement test actionPatrick Spek1-2/+74
2020-03-22Initial commitPatrick Spek1-0/+6