Skip to content

Commit 9a15f3c

Browse files
authored
add comment why tvOS CI job is separate from the matrix (#928)
1 parent 6320cf3 commit 9a15f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- run: cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --features parallel
9393
- run: cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --release
9494

95+
# This is separate from the matrix above because there is no prebuilt rust-std component for the target.
9596
check-tvos:
9697
name: Test aarch64-apple-tvos
9798
runs-on: macos-latest

0 commit comments

Comments
 (0)