-q was not enough

This commit is contained in:
Lior Halphon 2020-04-25 18:09:04 +03:00
parent 9fbafab67f
commit f65dc73632
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
./.github/actions/install_deps.sh ${{ matrix.os }}
- name: Build
run: |
${{ matrix.cc }} -v; make sdl tester libretro ${{ matrix.extra_target }} CONF=release CC=${{ matrix.cc }}
${{ matrix.cc }} -v; make -j sdl tester libretro ${{ matrix.extra_target }} CONF=release CC=${{ matrix.cc }}
- name: Sanity tests
shell: bash
run: |