Skip to content

Commit

Permalink
Merge pull request #1183 from kuzudb/ci
Browse files Browse the repository at this point in the history
Compile CI test in parallel
  • Loading branch information
ray6080 committed Jan 16, 2023
2 parents 7af8894 + 5715cf8 commit ce0b859
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=32

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=32

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

0 comments on commit ce0b859

Please sign in to comment.