Skip to content

Commit

Permalink
Fix dockerfile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 24, 2024
1 parent 2141665 commit 9ca7ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /usr/src/tinty
COPY Cargo.toml Cargo.lock ./
COPY src ./src
COPY tests ./tests
COPY fixtures ./fixtures

RUN cargo build --release

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_docker: setup_tests
@echo "-------------------"
@echo "Running test_docker"
@echo "-------------------"
docker build --no-cache --target tests -t tinty-clippy .
docker build --no-cache --target tests -t tinty .
cargo fmt --all --check

test: setup_tests
Expand Down

0 comments on commit 9ca7ec3

Please sign in to comment.