Skip to content

Commit

Permalink
Update CI to build with 1 thread
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleVaughn committed Jul 1, 2024
1 parent b497800 commit 1fea65c
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 @@ -80,10 +80,10 @@ jobs:
run: make -C build format-check

- name: Build
run: make -j -C build
run: make -C build

- name: Run tests
run: make -j -C build test
run: make -C build test

- name: coverage
if: matrix.build_type == 'Debug' && matrix.compiler == 'gcc' && matrix.asserts == 'ON' && matrix.gmsh == 'ON'
Expand Down

0 comments on commit 1fea65c

Please sign in to comment.