run tests during build

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2025-09-11 23:02:47 +07:00
parent 298186454d
commit 287fd71d5d
+2
View File
@@ -28,6 +28,8 @@ RUN \
echo "Unexpected target platform: $TARGETPLATFORM" && exit 1 ; \
fi
RUN cargo test
FROM debian:12-slim
ARG TARGET