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

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