Skip to content

Commit

Permalink
add comment why tvOS CI job is separate from the matrix (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing authored Jan 29, 2024
1 parent 6320cf3 commit 9a15f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- run: cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --features parallel
- run: cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --release

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

0 comments on commit 9a15f3c

Please sign in to comment.