cgarling / StarFormationHistories.jl

Fitting astrophysical star formation histories via CMD modelling.
MIT License
3 stars 0 forks source link

Add CI via Github Actions #32

Closed cgarling closed 3 months ago

cgarling commented 3 months ago

Based on updates made in InitialMassFunctions.jl.

codecov-commenter commented 3 months ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

cgarling commented 3 months ago

Actions are running and completing except for Julia 1.7, which succeeds in a few minutes on my local machine but which runs for 10+ minutes on the github runner (1.10 runs in <3 minutes). Not sure why 1.7 is so slow here. It is useful to test our compatibility lower bound (we support versions >= 1.7) but not very useful if the runs never finish. Edit: 1.7 just finished in 18 minutes which is kind of ridiculous but not going to worry about it for now.