Skip to content

Commit 0f4d317

Browse files
committed
added rust toolchain in the test compilation
1 parent e254d72 commit 0f4d317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
mkdir artifacts
5050
CUDAARCHS=80 CARGO_TARGET_DIR=./build \
51-
cargo test -p ${{ matrix.package }} --no-run --release --message-format=json -q \
51+
cargo +$RUST_TOOLCHAIN test -p ${{ matrix.package }} --no-run --release --message-format=json -q \
5252
| jq -r 'select(.executable != null) | .executable' \
5353
| while read binary; do
5454
cp "$binary" artifacts/${{ matrix.package }}

0 commit comments

Comments
 (0)