cargo-cross-test 0.1.1

Run native and web tests with a single command.
1
2
3
4
5
6
7
8
# 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.