Unverified Commit 0b18d889 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix example CI (#2930)

parent c4ba6ffd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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