Skip to content

Commit

Permalink
Document Testing in Contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 4, 2024
1 parent 0aef52e commit 00f79ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00f79ea

Please sign in to comment.