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 3
3
# Run the WASM tests.
4
4
#
5
5
# 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.
7
7
8
8
set -euox pipefail
9
9
Original file line number Diff line number Diff line change 3
3
//! # secp256k1 no-std test.
4
4
//! This binary is a short smallest rust code to produce a working binary *without libstd*.
5
5
//! 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.
7
7
//! 2. Test that we don't accidentally import libstd into `secp256k1`.
8
8
//!
9
9
//! 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