From 9a15f3c1abb0fb70f3a309fbebed1bd2eb08e2ec Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 29 Jan 2024 01:42:11 -0600 Subject: [PATCH] add comment why tvOS CI job is separate from the matrix (#928) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5ed61457..7dfdcaf0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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