19 Commits (master)

Author SHA1 Message Date
printfn b9b38890cf Update to Rust 2021 2 years ago
printfn f73b53c5ab Switch from failure to anyhow 2 years ago
Azriel Hoh b75773a2fe Use `--manifest-path` for `Cargo.toml`, and modify `AppSettings`. 4 years ago
Azriel Hoh d1cd431a51 Don't pass through test filter to `cargo build`. 4 years ago
Azriel Hoh 23452046ec Passes `extra_options` to `cargo build --tests` when running `wasm-pack test`. 4 years ago
Alex Crichton 7c8d1a80a8 Don't always capture stdout, selectively do it 6 years ago
huangjj27 0a9f488a0d fix(test): update wasm-bindgen versions to improving caching in tests 6 years ago
Nick Fitzgerald 5637b07577 tests: Port all of our tests to use `assert_cmd` 6 years ago
Nick Fitzgerald f5f9d40c91 Only print `cargo test` output the once 6 years ago
Jesper Håkansson 99b9602d31 chore: Run latest rustfmt 7 years ago
Alex Crichton fe48dbd15a Don't require cdylib crate-type for testing 7 years ago
Alex Crichton 35fe250d09 Fix wasm-bindgen if lib is renamed via `lib.name` 7 years ago
Alex Crichton f986edf4c7 Move test synchronization to tests, not in `wasm-pack` 7 years ago
Alex Crichton 110d930351 Assert not only an error happens but the right error happens 7 years ago
Alex Crichton c664cfddd1 Use a global cache for all downloaded binaries 7 years ago
Jesper Håkansson a4b29a9293 refactor: Move binary installation to it's own crate 7 years ago
Nick Fitzgerald e1c8ca825d cargo fmt 7 years ago
Nick Fitzgerald 15defe9038 test: fix crate dependency suggestion 7 years ago
Ashley Williams 66ffe1df96 fix(style): appease cargo fmt 7 years ago
Ashley Williams d3f8264ef7 feat(buildmode): allow --mode force to skip rustc check 7 years ago
data-pup dd87211323 feat(lockfiles): Use `Cargo.lock` to identify wasm-bindgen versions 7 years ago
Nick Fitzgerald fa61f90909 tests: Make tests run faster by using Fixture builders 7 years ago
Nick Fitzgerald 577d1b33e6 feature(test): Add a `wasm-pack test` subcommand 7 years ago