Skip to content

Commit

Permalink
Update ci to use catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Oct 26, 2023
1 parent 3a1843f commit 4ab972a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
sudo apt-get --yes update
sudo apt-get install --yes ccache
sudo apt-get install --yes libbenchmark-dev
sudo apt-get install --yes libgtest-dev
sudo apt-get install --yes libboost-all-dev
sudo apt-get install --yes catch2
- name: "Build + run HPCombi tests . . ."
run: |
mkdir build
Expand Down

0 comments on commit 4ab972a

Please sign in to comment.