From d19f389248ec3c3d3971ca9354cceb59b0a9acd7 Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Fri, 24 Jan 2020 21:29:21 -0800 Subject: [PATCH] Removing obsolete test instructions. --- CONTRIBUTING.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b3516046..a160291c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,22 +37,11 @@ tests for you. The test suite requires a nightly compiler. -##### In the [`tests/deps`] directory - -```sh -# This is a prerequisite for running the full test suite -cargo clean && cargo update && cargo build -``` - -##### In the top level serde-json directory - ```sh # Run the full test suite, including doc test and compile-tests cargo test ``` -[`tests/deps`]: https://github.com/serde-rs/json/tree/master/tests/deps - ## Conduct In all Serde-related forums, we follow the [Rust Code of Conduct]. For