mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
Adding sanitizer tests
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest --output-on-failure
|
||||
ctest -L gh --output-on-failure
|
||||
|
||||
ubuntu-latest-clang:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest --output-on-failure
|
||||
ctest -L gh --output-on-failure
|
||||
|
||||
ubuntu-latest-gcc-sanitized:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -112,4 +112,4 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest --output-on-failure
|
||||
ctest -L gh --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user