GPUEngineering / PDESolvers

GPU-accelerated solution of PDEs
1 stars 2 forks source link

Continuous integration using GitHub Actions #6

Open alphaville opened 2 weeks ago

alphaville commented 2 weeks ago

We should set up continuous integration with GitHub Actions. See my tutorial on git and GitHub for details.

Essentially, for each function we implement we need a unit test and the unit tests should be executed every time we push to GitHub.