cargo-cross-test

Crates.iocargo-cross-test
lib.rscargo-cross-test
version0.1.1
sourcesrc
created_at2021-01-27 20:56:21.327724
updated_at2021-01-28 00:49:04.55997
descriptionRun native and web tests with a single command.
homepage
repositoryhttps://github.com/notdanilo/cargo-cross-test
max_upload_size
id347469
size26,265
Danilo Guanabara (notdanilo)

documentation

https://docs.rs/cargo-cross-test

README

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.
Commit count: 7

cargo fmt