We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3c9b9 commit b44268dCopy full SHA for b44268d
.github/workflows/gpu-ci.yml
@@ -52,7 +52,7 @@ jobs:
52
proj cmake
53
54
- name: build test binaries
55
- run: cd build && make -j kernels-tests
+ run: cd build/normal && make -j kernels-tests
56
57
- name: run tests
58
- run: cd build && ctest --progress --output-on-failure -L "^(kernels-tests)$"
+ run: cd build/normal && ctest --progress --output-on-failure -L "^(kernels-tests)$"
0 commit comments