We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc536fb commit 4b67929Copy full SHA for 4b67929
.github/workflows/library_rust_tests.yml
@@ -62,13 +62,6 @@ jobs:
62
git submodule update --init --recursive submodules/smithy-dafny
63
git submodule update --init --recursive submodules/MaterialProviders
64
65
- - name: Wait for DynamoDB Local
66
- run: |
67
- echo "Waiting for DynamoDB Local to start..."
68
- until curl -s http://localhost:8000; do
69
- sleep 1
70
- done
71
-
72
- name: Setup Rust Toolchain for GitHub CI
73
uses: actions-rust-lang/setup-rust-toolchain@v1
74
with:
0 commit comments