Skip to content

Commit

Permalink
ci addition
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Feb 1, 2024
1 parent 6533e6b commit d20cc53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ if [ "$CFG_RELEASE_CHANNEL" == "nightly" ]; then
cargo build --locked --all-features --target=wasm32-unknown-unknown
else
cargo build --locked --target=wasm32-unknown-unknown
fi
cargo test --all-features --target=wasm32-unknown-unknown
fi

0 comments on commit d20cc53

Please sign in to comment.