mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-08 00:52:18 +00:00
Starting with nightly-2023-09-10, the `[lints]` section in `Cargo.toml` files is stable. Together with workspace inheritance, this can be used to declare all lints we want to enforce in a single place. Resolves: #4484. Pull-Request: #4575.
Dependencies
Before you run the tests you need to install the following:
- Chrome or Chromium
- chromedriver (major version must be the same as Chrome's)
- wasm-pack
Run tests
Just call run-all.sh
or run.sh
in the test directory you are interested.