Skip to content

Commit

Permalink
parallel compile test
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Jan 16, 2023
1 parent 7af8894 commit 594f4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: CC=gcc CXX=g++ make release NUM_THREADS=32

- name: test
run: CC=gcc CXX=g++ make test
run: CC=gcc CXX=g++ make test NUM_THREADS=16

clang-build-test:
name: clang build & test
Expand All @@ -35,7 +35,7 @@ jobs:
run: CC=clang-14 CXX=clang++-14 make release NUM_THREADS=32

- name: test
run: CC=clang-14 CXX=clang++-14 make test
run: CC=clang-14 CXX=clang++-14 make test NUM_THREADS=16

clang-formatting-check:
name: clang-formatting-check
Expand Down

0 comments on commit 594f4d5

Please sign in to comment.