Skip to content

Commit faca46b

Browse files
author
MarcoFalke
committed
test: Run all benchmarks in the sanity check
1 parent e5a00b2 commit faca46b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bench/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ if(ENABLE_WALLET)
7979
target_link_libraries(bench_bitcoin bitcoin_wallet)
8080
endif()
8181

82-
add_test(NAME bench_sanity_check_high_priority
83-
COMMAND bench_bitcoin -sanity-check -priority-level=high
82+
add_test(NAME bench_sanity_check
83+
COMMAND bench_bitcoin -sanity-check
8484
)
8585

8686
install_binary_component(bench_bitcoin)

0 commit comments

Comments
 (0)