Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ekump committed Jul 8, 2024
1 parent 0966bb9 commit 3a33805
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ The simplest way to install [cargo-nextest][nt] is to use `cargo install` like t
cargo install --locked 'cargo-nextest@0.9.67'
```

#### Skipping tracing integration tests

Tracing integration tests require docker to be installed and running. If you don't have docker installed or you want to skip these tests, you can run:

```bash
cargo nextest run -E '!test(tracing_integration_tests::)'
```

```bash

Please note that the locked version is to make sure that it can be built using rust `1.71.1`, and if you are using a newer rust version, then it's enough to limit the version to `0.9.*`.
[nt]: https://nexte.st/

0 comments on commit 3a33805

Please sign in to comment.