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 ff55a36 commit bcc2cedCopy full SHA for bcc2ced
.github/workflows/ci.yml
@@ -359,7 +359,7 @@ jobs:
359
run: cargo install cross --git https://github.com/cross-rs/cross
360
- name: Test smithy-rs runtime on ${{ matrix.target }}
361
working-directory: smithy-rs/rust-runtime
362
- run: cross test --target ${{ matrix.target }} --workspace
+ run: cross test --target ${{ matrix.target }} --workspace --exclude aws-smithy-http-server-python --exclude aws-smithy-http-server-typescript --exclude aws-smithy-experimental --exclude aws-smithy-http-client
363
- name: Test AWS runtime on ${{ matrix.target }}
364
working-directory: smithy-rs/aws/rust-runtime
365
run: cross test --target ${{ matrix.target }} --workspace
0 commit comments