Skip to content

Commit

Permalink
Run tests in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Jun 22, 2022
1 parent 7597c90 commit 4fff84d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ jobs:
- name: Install Mshdist
run: |
cmake --install build
- name: Test Mshdist
run: |
cd build && ctest

0 comments on commit 4fff84d

Please sign in to comment.