Skip to content

Commit

Permalink
GA: build sanitizers before multi-flag builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jun 28, 2022
1 parent 6b60c6e commit e2b6e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
build-flags:
name: Test on ${{ matrix.cfg.os }} with ${{ matrix.cfg.compiler }} (${{ matrix.flags }})
needs: [build-base, build-base-i386]
needs: [build-sanitizers, build-scan-build]
runs-on: ${{ matrix.cfg.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
build-flags-windows:
name: Test on Windows with MSVC (${{ matrix.flags }})
needs: [build-base, build-base-i386]
needs: [build-sanitizers, build-scan-build]
runs-on: windows-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
build-archs:
runs-on: ubuntu-20.04
needs: [build-base, build-base-i386]
needs: [build-sanitizers, build-scan-build]
name: Test with ${{ matrix.cfg.compiler }} on ${{ matrix.cfg.arch }}
strategy:
fail-fast: false
Expand Down

0 comments on commit e2b6e83

Please sign in to comment.