Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing obsolete test instructions. #610

Merged
merged 1 commit into from Jan 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down