Skip to content

Commit

Permalink
Fix example CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Aug 18, 2023
1 parent 200fb61 commit 6070093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci-scripts/check-aws-sdk-examples
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cd aws-sdk/examples
for example in *; do
echo -e "${C_YELLOW}Checking examples/${example}...${C_RESET}"
pushd "${example}" &>/dev/null
cargo check && cargo clean
cargo check
cargo clean
popd &>/dev/null
done

0 comments on commit 6070093

Please sign in to comment.