File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# Run the WASM tests.
44#
55# The wasm-pack command does not correctly pass args to cargo so we cannot use --locked and test
6- # with per-commited lockfiles (recent/minimal). Just run the WASM tests from here instead.
6+ # with per-committed lockfiles (recent/minimal). Just run the WASM tests from here instead.
77
88set -euox pipefail
99
Original file line number Diff line number Diff line change 33//! # secp256k1 no-std test.
44//! This binary is a short smallest rust code to produce a working binary *without libstd*.
55//! This gives us 2 things:
6- //! 1. Test that the parts of the code that should work in a no-std enviroment actually work. Note that this is not a comprehensive list.
6+ //! 1. Test that the parts of the code that should work in a no-std environment actually work. Note that this is not a comprehensive list.
77//! 2. Test that we don't accidentally import libstd into `secp256k1`.
88//!
99//! The first is tested using the following command `cargo run --release | grep -q "Verified Successfully"`.
You can’t perform that action at this time.
0 commit comments