Binston Sukhael Cardoza 0e9d339bd2
ci: use workspace inheritance to enforce lints in all crates
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.
2023-10-09 02:20:46 +00:00
..

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.