There was an error while loading. Please reload this page.
1 parent 727ac5a commit a32c559Copy full SHA for a32c559
1 file changed
.github/workflows/sync-tests.yml
@@ -23,6 +23,8 @@ on:
23
- "crates/enc-mediafoundation/**"
24
- "crates/timestamp/**"
25
- "crates/rendering/**"
26
+ - "crates/editor/**"
27
+ - "crates/audio/**"
28
- "crates/media-info/**"
29
- ".github/workflows/sync-tests.yml"
30
@@ -119,6 +121,11 @@ jobs:
119
121
# looking identical to a pass in the CI log.
120
122
cargo test --locked -p cap-rendering -- --nocapture
123
124
+ - name: Editor audio playback and export regressions
125
+ shell: bash
126
+ run: |
127
+ cargo test --locked -p cap-editor --lib audio::tests::
128
+
129
# Real encoders + DASH muxer + remux/validation over full instant-mode
130
# scenarios: pause/resume excision, stall-recovery bursts with
131
# same-microsecond timestamps, segment assembly and A/V alignment.
0 commit comments