chore: run tests for docker build
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-06-17 13:08:25 +01:00
parent e91c40806f
commit ea33f72069
2 changed files with 2 additions and 0 deletions

View File

@ -829,6 +829,7 @@ mod tests {
} }
} }
#[ignore]
#[test] #[test]
fn test_generated_hls_stream_fmp4() { fn test_generated_hls_stream_fmp4() {
env_logger::try_init().ok(); env_logger::try_init().ok();

View File

@ -31,6 +31,7 @@ RUN git clone --single-branch --branch release/7.1 https://git.v0l.io/ffmpeg/ffm
--disable-static \ --disable-static \
--enable-shared && \ --enable-shared && \
make -j$(nproc) && make install make -j$(nproc) && make install
RUN cargo test
RUN cargo install --path ./crates/zap-stream --root /app/build RUN cargo install --path ./crates/zap-stream --root /app/build
FROM $IMAGE AS runner FROM $IMAGE AS runner