Skip to content

Commit

Permalink
enable test-asan-address in CI Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 6, 2024
1 parent 0e6ec6f commit 42b57af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ jobs:
# TODO: Maybe fix this one day.
if: runner.os != 'Windows'

# TODO: Uncomment once https://github.com/versatica/mediasoup/issues/1417
# is fixed.
# - name: invoke -r worker test-asan-address
# run: invoke -r worker test-asan-address
# # Address Sanitizer only works on Linux.
# if: runner.os == 'Linux'
- name: invoke -r worker test-asan-address
run: invoke -r worker test-asan-address
# Address Sanitizer only works on Linux.
if: runner.os == 'Linux'

# TODO: Uncomment once https://github.com/versatica/mediasoup/issues/1417
# is fixed.
Expand Down

0 comments on commit 42b57af

Please sign in to comment.