Skip to content

Commit 30429b3

Browse files
committed
improve gpu running part
1 parent 16daea4 commit 30429b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-gpu.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ jobs:
6565
runs-on: [ matterlabs-ci-gpu-runner ]
6666
strategy:
6767
matrix:
68+
cuda: [ "12.6.0-devel-ubuntu24.04" ]
6869
package: [ "zksmith" ]
70+
container:
71+
image: nvidia/cuda:${{ matrix.cuda }}
72+
6973
needs: zksync-airbender-build
7074
steps:
7175
- name: Prepare environment
@@ -86,7 +90,6 @@ jobs:
8690

8791
- name: Run test binary built with CUDA 12.6
8892
id: test_cuda_12_6
89-
continue-on-error: true
9093
run: |
9194
chmod +x zksync-airbender-test-binary/12.6/${{ matrix.package }}
9295
zksync-airbender-test-binary/12.6/${{ matrix.package }} --nocapture

0 commit comments

Comments
 (0)