Skip to content

Commit c242fe9

Browse files
committed
CI
1 parent 91e9835 commit c242fe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
sudo apt-get install libblas-dev liblapack-dev
5757
5858
- 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
59+
run: fpm test interp_test --profile release --compiler gfortran
6160

6261
- name: Build documentation
6362
run: ford ./ford.md

0 commit comments

Comments
 (0)