Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Apr 4, 2023
2 parents 3c8bf48 + b9e6ba9 commit 377d51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function(make_test name)

message(STATUS "[ LIBRAPID ] Adding test ${name}")
add_test(NAME ${name}
COMMAND test-${name} -s)
COMMAND test-${name} -s --skip-benchmarks)
endfunction()

make_test(storage)
Expand Down

0 comments on commit 377d51e

Please sign in to comment.