Skip to content

Commit

Permalink
enable sanitizers on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jun 16, 2024
1 parent e055a87 commit c8c6c4d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ jobs:
- os: ubuntu-22.04
cc: clang
cxx: clang++
- os: ubuntu-22.04
cc: clang
cxx: clang++
meson_args: '-Db_sanitize=undefined'
- os: ubuntu-22.04
cc: clang
cxx: clang++
meson_args: '-Db_sanitize=address'
- os: ubuntu-22.04
cc: clang
cxx: clang++
meson_args: '-Db_sanitize=thread'
- os: macos-12
cc: gcc
cxx: g++
Expand All @@ -49,6 +61,7 @@ jobs:
MEDIASOUP_SKIP_WORKER_PREBUILT_DOWNLOAD: 'true'
MEDIASOUP_LOCAL_DEV: 'true'
MEDIASOUP_BUILDTYPE: ${{ matrix.build-type }}
MESON_ARGS: ${{ matrix.build.meson_args }}

steps:
- name: Checkout
Expand Down

0 comments on commit c8c6c4d

Please sign in to comment.