ponylang / corral

:horse: Pony dependency manager tool
https://ponylang.io
BSD 2-Clause "Simplified" License
192 stars 20 forks source link

Only run unit tests when doing breakage tests against new ponyc nightlies #229

Closed SeanTAllen closed 1 year ago

SeanTAllen commented 1 year ago

The integration tests are likely to spuriously fail due to GitHub issues. The unit tests give us the breakage coverage that we really need and won't spuriously fail. This lack of a chance to fail "randomly" means we won't be training people to ignore breakage test failures.

SeanTAllen commented 1 year ago

FreeBSD failure is unrelated.