Skip to content

Commit

Permalink
Systest no longer requires stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 17, 2023
1 parent e0a329e commit 390c6d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ The following steps can be used to update libgit2:
`cargo test -p git2 -p git2-curl` is a good starting point.
4. Run `systest`.
This will validate for any C-level API problems.
Unfortunately `systest` does not work on nightly, so you'll need to use stable.

`cargo +stable run -p systest`
`cargo run -p systest`

The changelog at <https://github.com/libgit2/libgit2/blob/main/docs/changelog.md>
can be helpful for seeing what has changed.
Expand Down

0 comments on commit 390c6d6

Please sign in to comment.