Rename job, temporarily disable -j

This commit is contained in:
Lior Halphon 2020-04-25 17:03:45 +03:00
parent bf67811392
commit e819b91a97
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: "Bulidability and Sanity"
on: push
jobs:
buildability:
sanity:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-16.04, macos-latest]
@ -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 }} -j CONF=release CC=${{ matrix.cc }}
${{ matrix.cc }} -v; make sdl tester libretro ${{ matrix.extra_target }} CONF=release CC=${{ matrix.cc }}
- name: Sanity tests
shell: bash
run: |