We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6320cf3 commit 9a15f3cCopy full SHA for 9a15f3c
.github/workflows/main.yml
@@ -92,6 +92,7 @@ jobs:
92
- run: cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --features parallel
93
- run: cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --release
94
95
+ # This is separate from the matrix above because there is no prebuilt rust-std component for the target.
96
check-tvos:
97
name: Test aarch64-apple-tvos
98
runs-on: macos-latest
0 commit comments