Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

[major_refactor] Add GitHub actions for Test2-Harness #129

Closed atoomic closed 4 years ago

atoomic commented 4 years ago

Basic GitHub Actions integration so we can smoke the branch and detect regression over time

You can view a clean run here: https://github.com/atoomic/Test2-Harness/actions/runs/33173879

Note that integration tests are removed on linux containers only as this causes infinite loop. But the integration tests work fine on macOS containers...

You can see the infinite loop here from the Perl 5.30 run for example https://github.com/atoomic/Test2-Harness/runs/418198841?check_suite_focus=true

atoomic commented 4 years ago

note this is also fixing a unit test on macOS