smithy-rs/test.sh

15 lines
304 B
Bash
Raw Normal View History

2020-10-28 23:00:49 +08:00
#!/bin/bash
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0.
#
set -e
export SMITHY_TEST_WORKSPACE=~/.smithy-test-workspace
./gradlew --stop
2020-10-28 23:00:49 +08:00
./gradlew test
./gradlew ktlintFormat
./gradlew ktlint
rust-runtime/test.sh
aws/rust-runtime/test.sh