Skip to content

Commit 38e92d2

Browse files
committed
chore: minor
1 parent 03e2b49 commit 38e92d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gpu-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
run: cd build/normal && make -j8 kernels-tests
5656

5757
- name: run tests
58-
run: cd build/normal && ctest --progress --output-on-failure -L "^(kernels-tests)$"
58+
# run: cd build/normal && ctest --progress --output-on-failure -L "^(kernels-tests)$"
59+
run: cd build/normal && nixGL -- lib/kernels/test/kernels-tests

0 commit comments

Comments
 (0)