Skip to content

Commit bcc2ced

Browse files
committed
Exclude experimental crates from cross-compilation
1 parent ff55a36 commit bcc2ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
run: cargo install cross --git https://github.com/cross-rs/cross
360360
- name: Test smithy-rs runtime on ${{ matrix.target }}
361361
working-directory: smithy-rs/rust-runtime
362-
run: cross test --target ${{ matrix.target }} --workspace
362+
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
363363
- name: Test AWS runtime on ${{ matrix.target }}
364364
working-directory: smithy-rs/aws/rust-runtime
365365
run: cross test --target ${{ matrix.target }} --workspace

0 commit comments

Comments
 (0)