File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 92
92
- run : cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --features parallel
93
93
- run : cargo test ${{ matrix.no_run }} --manifest-path cc-test/Cargo.toml --target ${{ matrix.target }} --release
94
94
95
+ check-tvos :
96
+ name : Test aarch64-apple-tvos
97
+ runs-on : macos-latest
98
+ steps :
99
+ - uses : actions/checkout@v4
100
+ - name : Install Rust (rustup)
101
+ run : |
102
+ set -euxo pipefail
103
+ rustup toolchain install nightly --no-self-update --profile minimal
104
+ rustup component add rust-src --toolchain nightly
105
+ rustup default nightly
106
+ shell : bash
107
+ - run : cargo test -Z build-std=std --no-run --target aarch64-apple-tvos
108
+ - run : cargo test -Z build-std=std --no-run --features parallel --target aarch64-apple-tvos
109
+ - run : cargo test -Z build-std=std --no-run --manifest-path cc-test/Cargo.toml --target aarch64-apple-tvos
110
+ - run : cargo test -Z build-std=std --no-run --manifest-path cc-test/Cargo.toml --target aarch64-apple-tvos --features parallel
111
+ - run : cargo test -Z build-std=std --no-run --manifest-path cc-test/Cargo.toml --target aarch64-apple-tvos --release
112
+
95
113
cuda :
96
114
name : Test CUDA support
97
115
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments