Skip to content

Commit

Permalink
-j2
Browse files Browse the repository at this point in the history
  • Loading branch information
tra committed Apr 28, 2024
1 parent c44a7ce commit eab71a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/avara-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
brew install googletest
- uses: actions/checkout@v4
- name: Run headless tests
run: SDL_VIDEODRIVER=dummy make -j3 tests
run: make -j2 tests
- name: make macdist
run: make -j3 clean macdist
run: make -j2 clean macdist
- name: deploy main nightly
if: startsWith(github.repository_owner, 'avaraline') && endsWith(github.ref, 'main')
uses: WebFreak001/[email protected]
Expand Down

0 comments on commit eab71a8

Please sign in to comment.