Skip to content

Commit

Permalink
Unset tests flag in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice737 committed Jun 25, 2024
1 parent ca78f8e commit 3fa3951
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
Expand Up @@ -55,7 +55,7 @@ ENV N=4 \
ENVIRON_CONFIG="--with-qe=/app/q-e" \
DOWNLOAD_EFFICIENCY=0 \
DOWNLOAD_PRECISION=0 \
RUN_TESTS=1 \
RUN_TESTS=0 \
RUN_EXAMPLES=0 \
BIN_DIR="/app/q-e/bin" \
PSEUDO_DIR="/app/q-e/pseudo" \
Expand Down

0 comments on commit 3fa3951

Please sign in to comment.