csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Move tests out of CI #54

Open mdpiper opened 4 months ago

mdpiper commented 4 months ago

This repository has some simple tests, but they're currently bundled into the GitHub Actions Build and Test workflow. The tests should be extracted from the workflow file and placed in a tests/ (or test/ for fpm?) directory, then run through ctest and in the Actions workflow.