We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e9835 commit c242fe9Copy full SHA for c242fe9
.github/workflows/CI.yml
@@ -56,8 +56,7 @@ jobs:
56
sudo apt-get install libblas-dev liblapack-dev
57
58
- name: Run tests
59
- run: fpm run halo_solver --profile debug --compiler gfortran --flag -fopenmp -- examples/example.json
60
- # run: fpm run --profile debug --compiler gfortran --flag -fopenmp -- examples/example.json
+ run: fpm test interp_test --profile release --compiler gfortran
61
62
- name: Build documentation
63
run: ford ./ford.md
0 commit comments