|
@@ -7,7 +7,7 @@ on:
|
|
branches: [ master ]
|
|
branches: [ master ]
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
- job-build:
|
|
|
|
|
|
+ job:
|
|
name: ${{ matrix.os }}-${{ matrix.cxx }}-build-and-test
|
|
name: ${{ matrix.os }}-${{ matrix.cxx }}-build-and-test
|
|
runs-on: ${{ matrix.os }}
|
|
runs-on: ${{ matrix.os }}
|
|
strategy:
|
|
strategy:
|
|
@@ -58,8 +58,7 @@ jobs:
|
|
run: cd build/bin && ./unit
|
|
run: cd build/bin && ./unit
|
|
shell: bash
|
|
shell: bash
|
|
|
|
|
|
- job-sanitizer:
|
|
|
|
- needs: job-build
|
|
|
|
|
|
+ sanitizer:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|