Skip to content

Commit

Permalink
Actuall suppress output
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Apr 25, 2023
1 parent d5f0f03 commit fd6f608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: ci/build_hermes.sh

- name: Test
run: cd build && ctest -VV
run: cd build && ctest

- name: Install
run: pushd build && make install && popd
Expand Down
2 changes: 1 addition & 1 deletion ci/install_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

. ci/build_hermes.sh
pushd build
ctest
ctest -VV
popd

0 comments on commit fd6f608

Please sign in to comment.