Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 307 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 307 Bytes

Contributing

Running Tests

While tests support the standard cargo test option, another option for running tests is .

Run All Tests

NEXTEST_RETRIES=3 cargo nextest

Run a Specific Test

NEXTEST_RETRIES=3 cargo nextest run -E "test(test_list_all_vhost_limits)"