compare speed

This commit is contained in:
Jaremy Creechley 2023-07-12 18:45:48 -07:00
parent b72c43acd0
commit c717e165c9
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -63,7 +63,7 @@ update: | update-common
# Builds and run a part of the test suite
test: | build deps
echo -e $(BUILD_MSG) "$@" && \
$(ENV_SCRIPT) nim test $(NIM_PARAMS) config.nims
$(ENV_SCRIPT) nim testAll $(NIM_PARAMS) config.nims
# usual cleaning
clean: | clean-common