git » sdk » commit beb5777

Run tests first, and run ci mode tests

author Stephen Paul Weber
2026-05-09 01:58:10 UTC
committer Stephen Paul Weber
2026-05-09 01:58:10 UTC
parent 200d207d09fc48941adc4d1e9a23e02770529594

Run tests first, and run ci mode tests

build-misc/Containerfile.image +2 -2

diff --git a/build-misc/Containerfile.image b/build-misc/Containerfile.image
index c897364..b2b7bbb 100644
--- a/build-misc/Containerfile.image
+++ b/build-misc/Containerfile.image
@@ -68,11 +68,11 @@ RUN haxelib setup /opt/haxe
 ENV HAXE_STD_PATH=/opt/haxe/std
 RUN make hx-build-dep
 
+RUN make ci
+
 RUN make -j$(nproc)
 RUN cd cpp && make clean
 
-RUN make test
-
 FROM docker.io/debian:stable-slim
 
 WORKDIR /opt/sdk