Skip to content
Snippets Groups Projects
Commit f62ae1d9 authored by Ian Bell's avatar Ian Bell
Browse files

Re-enable the github action test of teqp python build

parent a0b4c80d
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ jobs:
run: cmake --build build --target catch_tests
- name: build multifluid
run: cmake --build build --target multifluid
- name: build teqp
run: cmake --build build --target teqp
# run tests
- name: run Catch tests
run: build/catch_tests
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment