Skip to content

Commit

Permalink
chore: use small parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhuofu committed Jan 15, 2025
1 parent b44268d commit ae466dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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/normal && make -j kernels-tests
run: cd build/normal && make -j8 kernels-tests

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

0 comments on commit ae466dc

Please sign in to comment.