2 releases

0.1.1 Jan 28, 2021
0.1.0 Jan 27, 2021

#451 in Cargo plugins

27 downloads per month

Apache-2.0

9KB
60 lines

cargo-cross-test

Run native and web tests with a single command.

Usage

  • cargo cross-test or cargo cross-test all to execute tests for all available platforms.
  • cargo cross-test web to execute wasm-bindgen-test tests.
  • cargo cross-test native to execute tests.

No runtime deps