Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 25, 2024
1 parent 475b41c commit fa2ad1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spack-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ jobs:
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_BUILD_TYPE=Debug -DUSE_F2PY=OFF -DCMAKE_Fortran_COMPILER=${FC} -DCMAKE_C_COMPILER=${CC} -DCMAKE_CXX_COMPILER=${CXX}
cmake --build build -j 4
cmake --install build
cd build
make -j4 tests

0 comments on commit fa2ad1a

Please sign in to comment.