Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed May 17, 2024
1 parent 6d196f7 commit 89e2343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: 🚀 Test
id: test
# --timeout may be not working https://gitlab.kitware.com/cmake/cmake/-/issues/23979
run: ctest -VV -S cmake/citest.cmake --no-compress-output --timeout 60
run: ctest -V -S cmake/citest.cmake --no-compress-output --timeout 60
continue-on-error: true

- name: Remember status
Expand Down

0 comments on commit 89e2343

Please sign in to comment.