Skip to content

Commit 3805c03

Browse files
authored
Merge pull request #2040 from dtolnay/test
Fix outdated test instructions in CONTRIBUTING.md
2 parents 9d81532 + 7045fee commit 3805c03

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,16 @@ tests for you.
3434
cargo test --features derive
3535
```
3636

37-
##### In the [`test_suite/deps`] directory
38-
39-
```sh
40-
# This is a prerequisite for running the full test suite
41-
cargo clean && cargo update && cargo build
42-
```
43-
4437
##### In the [`test_suite`] directory
4538

4639
```sh
4740
# Run the full test suite, including tests of unstable functionality
48-
cargo test --features unstable
41+
cargo +nightly test --features unstable
4942
```
5043

44+
Note that this test suite currently only supports running on a nightly compiler.
45+
5146
[`serde`]: https://github.com/serde-rs/serde/tree/master/serde
52-
[`test_suite/deps`]: https://github.com/serde-rs/serde/tree/master/test_suite/deps
5347
[`test_suite`]: https://github.com/serde-rs/serde/tree/master/test_suite
5448

5549
## Conduct

0 commit comments

Comments
 (0)