all builds should pass now (+ totally maxed coverage)
diff --git a/scripts/playground/CMakeLists.txt b/scripts/playground/CMakeLists.txt
index c4abdd0..c8e226c 100644
--- a/scripts/playground/CMakeLists.txt
+++ b/scripts/playground/CMakeLists.txt
@@ -10,4 +10,4 @@
 add_executable(${PROJECT_NAME} main.cpp test.cpp)
 add_dependencies(${PROJECT_NAME} assemble_single_header)
 
-doctest_add_test(NAME ${PROJECT_NAME} COMMAND $<TARGET_FILE:${PROJECT_NAME}>)
+doctest_add_test(NAME ${PROJECT_NAME} COMMAND $<TARGET_FILE:${PROJECT_NAME}> -nv)