Skip to content

Commit

Permalink
Merge pull request #2040 from dtolnay/test
Browse files Browse the repository at this point in the history
Fix outdated test instructions in CONTRIBUTING.md
  • Loading branch information
dtolnay committed Jun 12, 2021
2 parents 9d81532 + 7045fee commit 3805c03
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions CONTRIBUTING.md
Expand Up @@ -34,22 +34,16 @@ tests for you.
cargo test --features derive
```

##### In the [`test_suite/deps`] directory

```sh
# This is a prerequisite for running the full test suite
cargo clean && cargo update && cargo build
```

##### In the [`test_suite`] directory

```sh
# Run the full test suite, including tests of unstable functionality
cargo test --features unstable
cargo +nightly test --features unstable
```

Note that this test suite currently only supports running on a nightly compiler.

[`serde`]: https://github.com/serde-rs/serde/tree/master/serde
[`test_suite/deps`]: https://github.com/serde-rs/serde/tree/master/test_suite/deps
[`test_suite`]: https://github.com/serde-rs/serde/tree/master/test_suite

## Conduct
Expand Down

0 comments on commit 3805c03

Please sign in to comment.