CI: Replace fuzzing with asan mode

This commit is contained in:
Lynix
2022-03-19 17:48:03 +01:00
parent d853741f6f
commit f3eeace359
7 changed files with 3 additions and 135 deletions

View File

@@ -5,7 +5,6 @@ on:
push:
paths-ignore:
- '.github/workflows/coverage.yml'
- '.github/workflows/linux-build-sanitizer.yml'
- '.github/workflows/msys2-build.yml'
- '.github/workflows/windows-build.yml'
- '.gitignore'
@@ -21,7 +20,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
arch: [x86_64]
mode: [debug, releasedbg]
mode: [asan, debug, releasedbg]
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'ci skip')"