diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..487c500 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing + +## Running Tests + +While tests support the standard `cargo test` option, another option +for running tests is [](). + +### Run All Tests + +``` bash +NEXTEST_RETRIES=3 cargo nextest +``` + +### Run a Specific Test + +``` bash +NEXTEST_RETRIES=3 cargo nextest run -E "test(test_list_all_vhost_limits)" +``` \ No newline at end of file