Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhuofu committed Jan 15, 2025
1 parent 9e3c9b9 commit b44268d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
proj cmake
- name: build test binaries
run: cd build && make -j kernels-tests
run: cd build/normal && make -j kernels-tests

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

0 comments on commit b44268d

Please sign in to comment.