Skip to content

Commit

Permalink
Update number of threads in 32-bit build (kuzudb#4096)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8cf9d95)
  • Loading branch information
mewim authored and wangqiang committed Aug 26, 2024
1 parent 3dcb655 commit 21358ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ jobs:
- name: Build & Test
run: |
export NUM_THREADS=$(nproc)
docker exec --env USE_EXISTING_BINARY_DATASET=1 kuzu-x86 make test
docker exec --env USE_EXISTING_BINARY_DATASET=1 kuzu-x86 make test NUM_THREADS=$(nproc)
- name: Stop Docker container
run: docker stop kuzu-x86
Expand Down

0 comments on commit 21358ec

Please sign in to comment.