Skip to content

Commit

Permalink
remove tests in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 27, 2024
1 parent e5d9c9e commit bc273ae
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 @@ -52,7 +52,7 @@ ENV PYTHONPATH="/usr/local/lib/"
ADD . /birli
WORKDIR /birli

ARG TEST_SHIM="cargo test"
ARG TEST_SHIM=""
RUN ${TEST_SHIM}

RUN cargo install --path . --features aoflagger --locked $(test -z "$DEBUG" || echo "--debug") \
Expand Down

0 comments on commit bc273ae

Please sign in to comment.