Skip to content

Commit

Permalink
try running 'test-asan-address' without running 'test' before
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 18, 2024
1 parent 5307c24 commit 5c48e89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
- name: invoke -r worker mediasoup-worker
run: invoke -r worker mediasoup-worker

- name: invoke -r worker test
run: invoke -r worker test
# TODO: Maybe fix this one day.
if: runner.os != 'Windows'
# - name: invoke -r worker test
# run: invoke -r worker test
# # TODO: Maybe fix this one day.
# if: runner.os != 'Windows'

- name: invoke -r worker test-asan-address
run: invoke -r worker test-asan-address
Expand Down

0 comments on commit 5c48e89

Please sign in to comment.