Compare commits
No commits in common. "main" and "aws-lambda-releases" have entirely different histories.
main
...
aws-lambda
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ runs:
|
||||||
for check in "${CHECKS[@]}"; do
|
for check in "${CHECKS[@]}"; do
|
||||||
case "${check}" in
|
case "${check}" in
|
||||||
fmt) cargo fmt --manifest-path="${WORKING_DIR}/Cargo.toml" --check ;;
|
fmt) cargo fmt --manifest-path="${WORKING_DIR}/Cargo.toml" --check ;;
|
||||||
clippy) cargo clippy --manifest-path="${WORKING_DIR}/Cargo.toml" --target="${CROSS_TARGET}" ;;
|
clippy) cargo clippy --manifest-path="${WORKING_DIR}/Cargo.toml" --target="${CROSS_TARGET}" -- -D warnings ;;
|
||||||
test) cargo test --manifest-path="${WORKING_DIR}/Cargo.toml" ;;
|
test) cargo test --manifest-path="${WORKING_DIR}/Cargo.toml" ;;
|
||||||
*) echo "Unknown check: ${check}"; exit 1 ;;
|
*) echo "Unknown check: ${check}"; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue