FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Switch from Travis to Github Actions #12

Closed FriesischScott closed 4 years ago

FriesischScott commented 4 years ago

Github Actions allows for parallel tests on Linux, Mac and Windows. Plus having it self contained in Github is nice.

AnderGray commented 4 years ago

This is very nice. Are you able to run the test in parallel on travis?

FriesischScott commented 4 years ago

Yeah, but I like the integration with Github. It's easier to have everything in one platform. Also Travis can only do Linux and Mac.

I did deactivate the tests for different platforms again, since we don't have any platform dependent code at the moment.