Skip to content

Commit

Permalink
Enable parallel builds in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 19, 2023
1 parent 519cbae commit e5882b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
./autogen.sh
./configure --enable-picky --with-scheduler=${{ matrix.scheduler }} --with-topology=${{ matrix.topology }}
make
make -j2
- name: make check
run: |
timeout --foreground 2m make check
Expand All @@ -43,7 +43,7 @@ jobs:
run: |
./autogen.sh
./configure --enable-picky
make
make -j3
## Currently hangs on OSX -- https://github.com/Qthreads/qthreads/issues/59
- name: make check
run: |
Expand Down

0 comments on commit e5882b7

Please sign in to comment.