Skip to content

Commit

Permalink
build: Run all tests when building the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchammo committed Oct 24, 2024
1 parent bbe4f08 commit 0ce80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

FROM ubuntu:22.04 AS base

ARG RUN_CTEST="false"
ARG RUN_CTEST="true"
ARG RUN_PYTEST="true"
ARG OPENSSL_VERSION="3.3.2"
ARG PYTHON_VERSION="3.11.0"
Expand Down

0 comments on commit 0ce80ca

Please sign in to comment.