probcomp / Gen.jl

A general-purpose probabilistic programming system with programmable inference
https://gen.dev
Apache License 2.0
1.79k stars 160 forks source link

Migrate tests from Travis CI to Github Actions #483

Closed fsaad closed 1 year ago

fsaad commented 1 year ago

https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions

As of now we use Github Actions for CompatHelper.yml under .github/workflows and Travis for testing and documentation under .travis.yml. We should unify all the status checks under Github Actions; some example config files can be found here:

Eliminating Travis will also make it easier to incrementally add more checks, such as Formatting and the like, within the Github interface.

ztangent commented 1 year ago

Resolved by #484!