Skip to content

Commit

Permalink
try Nightly instead of Continuous
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto97 committed Sep 14, 2024
1 parent 4a3dccb commit 04c603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ add_custom_target(check
)

add_custom_target(check_cdash
COMMAND ctest -D Continuous $(JOBS) --output-on-failure
COMMAND ctest -D Nightly $(JOBS) --output-on-failure
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/../
)

Expand Down

0 comments on commit 04c603c

Please sign in to comment.