From 00f79ea8076a7216327f4517f48da97d370e8714 Mon Sep 17 00:00:00 2001 From: DanGould Date: Wed, 4 Dec 2024 10:55:58 -0500 Subject: [PATCH] Document Testing in Contributing section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bd3d12ef..5b62bc62 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,12 @@ cargo update -p zstd-sys --precise 2.0.8+zstd.1.5.5 ## Contributing +### Testing + +We test a few different features combinations in CI. To run all of the combinations locally, have Docker running and run `contrib/test.sh`. + +If you are adding a new feature please add tests for it. + ### Upgrading dependencies If your change requires a dependency to be upgraded you must please run `contrib/update-lock-files.sh` before submitting any changes.