Skip to content

Commit

Permalink
build_examples.sh -> check_examples.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 30, 2024
1 parent 60e29f1 commit 8ac888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_examples.sh → scripts/check_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ for EXAMPLE in */*; do
fi

pushd "$EXAMPLE"
cargo build --all-targets
cargo check --all-targets
popd
done

0 comments on commit 8ac888e

Please sign in to comment.