Skip to content

Commit

Permalink
Update .github/workflows/ci_tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Sankel <[email protected]>
  • Loading branch information
wusatosi and camio authored Dec 4, 2024
1 parent 47cc829 commit 45e1005
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ jobs:
cmake --build build --config Release --verbose
cmake --build build --config Release --target all_verify_interface_header_sets
cmake --install build --config Release --prefix /opt/beman.exemplar
tree /opt/beman.exemplar
cd /opt/beman.exemplar
tree
cd -
- name: Test Release
run: ctest --test-dir build --build-config Release
- name: Build Debug
Expand Down

0 comments on commit 45e1005

Please sign in to comment.