Skip to content

Commit

Permalink
add tests with undefined and memory sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jun 17, 2024
1 parent 7d837f4 commit e4a190a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
node: 20
meson_args: '-Db_sanitize=address'
asan_option: 'detect_leaks=0' # Disable leak detection because detect memory leaks in flatbuffers tool.
- os: ubuntu-22.04
node: 20
meson_args: '-Db_sanitize=undefined'
- os: ubuntu-22.04
node: 20
meson_args: '-Db_sanitize=memory'
- os: macos-12
node: 18
- os: macos-14
Expand Down

0 comments on commit e4a190a

Please sign in to comment.