Skip to content

Commit

Permalink
Merge pull request #38 from certik/ci4
Browse files Browse the repository at this point in the history
CI: Run ctest
  • Loading branch information
certik authored Oct 19, 2023
2 parents 9e77244 + b06f684 commit b3b4c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
make
make install
./tests/atom_U/F_atom_U
ctest -E "conv_lda|conv_rlda|fd"
git clean -dfx
- name: Build dftatom cmake lapack
run: |
Expand All @@ -50,6 +52,7 @@ jobs:
make
make install
./tests/atom_U/F_atom_U
ctest -E "conv_lda|conv_rlda|fd|rmin_conv|N_conv"
build_python:
name: Python build
Expand Down

0 comments on commit b3b4c3d

Please sign in to comment.