Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Feb 1, 2024
1 parent b115aae commit 6533e6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cargo -V

# Build and test main crate
if [ "$CFG_RELEASE_CHANNEL" == "nightly" ]; then
cargo build --locked --all-features
cargo build --locked --all-features --target=wasm32-unknown-unknown
else
cargo build --locked
cargo build --locked --target=wasm32-unknown-unknown
fi
cargo test --all-features
cargo test --all-features --target=wasm32-unknown-unknown

0 comments on commit 6533e6b

Please sign in to comment.