Skip to content

Commit b44268d

Browse files
committed
chore: minor
1 parent 9e3c9b9 commit b44268d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gpu-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
proj cmake
5353
5454
- name: build test binaries
55-
run: cd build && make -j kernels-tests
55+
run: cd build/normal && make -j kernels-tests
5656

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

0 commit comments

Comments
 (0)