Skip to content

Commit a32c559

Browse files
committed
test(ci): run editor audio regressions on every platform
1 parent 727ac5a commit a32c559

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/sync-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
- "crates/enc-mediafoundation/**"
2424
- "crates/timestamp/**"
2525
- "crates/rendering/**"
26+
- "crates/editor/**"
27+
- "crates/audio/**"
2628
- "crates/media-info/**"
2729
- ".github/workflows/sync-tests.yml"
2830

@@ -119,6 +121,11 @@ jobs:
119121
# looking identical to a pass in the CI log.
120122
cargo test --locked -p cap-rendering -- --nocapture
121123
124+
- name: Editor audio playback and export regressions
125+
shell: bash
126+
run: |
127+
cargo test --locked -p cap-editor --lib audio::tests::
128+
122129
# Real encoders + DASH muxer + remux/validation over full instant-mode
123130
# scenarios: pause/resume excision, stall-recovery bursts with
124131
# same-microsecond timestamps, segment assembly and A/V alignment.

0 commit comments

Comments
 (0)