While tests support the standard cargo test
option, another option
for running tests is cargo nextest
.
NEXTEST_RETRIES=3 cargo nextest run --all-features
NEXTEST_RETRIES=3 cargo nextest run -E "test(test_list_all_vhost_limits)"
While tests support the standard cargo test
option, another option
for running tests is cargo nextest
.
NEXTEST_RETRIES=3 cargo nextest run --all-features
NEXTEST_RETRIES=3 cargo nextest run -E "test(test_list_all_vhost_limits)"