Skip to content

Commit

Permalink
Update -j for ctest to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed May 30, 2024
1 parent f9fcc33 commit 526e6ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Celix tests using container image
run: |
cd $GITHUB_WORKSPACE/container/
./run-ubuntu-container.sh "cd build && ctest --output-on-failure -j 4"
./run-ubuntu-container.sh "cd build && ctest --output-on-failure -j 2"
container-build-gitpod:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/build
export DYLD_LIBRARY_PATH=$(brew --prefix [email protected])/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
ctest --output-on-failure -j 4
ctest --output-on-failure -j 2
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/build
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
ctest --output-on-failure -j 4
ctest --output-on-failure -j 2

0 comments on commit 526e6ef

Please sign in to comment.