Skip to content

Commit

Permalink
CI: Unit Tests as Installed by CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed May 25, 2023
1 parent c0741b6 commit 3d7251b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
run: |
ctest --test-dir build --output-on-failure
- name: Unit tests as Installed
run: |
rm -rf build
python3 -m pytest tests/
clang6:
name: Clang@6.0 w/o MPI
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 3d7251b

Please sign in to comment.