Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Feb 1, 2024
1 parent d20cc53 commit bcb4306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cargo -V

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

0 comments on commit bcb4306

Please sign in to comment.