Skip to content

Commit

Permalink
contrib: check instead of build bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 10, 2024
1 parent 6a4bf0b commit 4712fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/scripts/check-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildargs=(
for arg in "${buildargs[@]}"; do
echo "Checking '$arg'"

cargo build $arg
cargo check $arg

if [[ $arg != *"--target wasm32-unknown-unknown"* ]];
then
Expand Down

0 comments on commit 4712fb4

Please sign in to comment.