MindTheGap-ERC / CarboKitten.jl

Julia implementation of carbonate platform model
https://mindthegap-erc.github.io/CarboKitten.jl/
GNU General Public License v3.0
0 stars 0 forks source link

Enable CI #22

Closed HannoSpreeuw closed 1 month ago

HannoSpreeuw commented 4 months ago

Unit tests and/or regression tests are pivotal to make sure we don't break anything when we modify code.

It should be triggered by GH Actions.

HannoSpreeuw commented 4 months ago

A template for automated building and testing for Julia code does not seem to be available, so we have to compile something ourselves or grab it from the web.

jhidding commented 4 months ago

Howto: https://github.com/julia-actions/julia-runtest

jhidding commented 4 months ago

To be clear, testing is already setup, we just need to enable CI here.

HannoSpreeuw commented 2 months ago

I see a test directory in the feature-units branch but strangely enough not in main.

HannoSpreeuw commented 2 months ago

Added it as a commit to the feature-units branch.

HannoSpreeuw commented 1 month ago

CI should be working now, through PR #35 and this commit.