Skip to content

Commit fab89d9

Browse files
committed
ci: disable unitests for arch cuda
Because they're the same as the main arch image.
1 parent 65e924b commit fab89d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ciimage/cuda/image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"base_image": "archlinux:latest",
3-
"args": ["--only", "cuda"],
3+
"args": ["--only", "cuda", "--no-unittests"],
44
"env": {
55
"CI": "1",
66
"MESON_CI_JOBNAME": "linux-cuda-gcc"

0 commit comments

Comments
 (0)