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
|
2020-11-18 00:39:40 +08:00
|
|
|
export SMITHY_TEST_WORKSPACE=~/.smithy-test-workspace
|
2020-12-30 23:34:29 +08:00
|
|
|
./gradlew --stop
|
2020-10-28 23:00:49 +08:00
|
|
|
./gradlew test
|
|
|
|
./gradlew ktlintFormat
|
2020-11-05 11:09:00 +08:00
|
|
|
./gradlew ktlint
|
2020-11-26 07:49:38 +08:00
|
|
|
rust-runtime/test.sh
|
2021-01-28 23:39:05 +08:00
|
|
|
aws/rust-runtime/test.sh
|