run tests in all Dockerfiles (including the one that runs in github actions)

pull/1904/head
Nathan 2025-08-20 07:36:36 -07:00
rodzic 9b6f4b1c22
commit 7730b86d98
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,9 @@ COPY . ./
# Run the build
RUN PORTABLE_INSTALL=YES GPU_INSTALL=YES bash configure.sh install
# Run the tests
RUN bash test.sh
# Clean Superbuild
RUN bash configure.sh clean

Wyświetl plik

@ -14,6 +14,9 @@ COPY . ./
# Run the build
RUN PORTABLE_INSTALL=YES bash configure.sh install
# Run the tests
RUN bash test.sh
# Clean Superbuild
RUN bash configure.sh clean