Skip to content

Commit

Permalink
[feature] restore test docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewwww committed Oct 17, 2023
1 parent 2e7bb39 commit c9ac482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY . .

COPY ./tests/config.yml /app/config/config.yml

CMD go test -p 1 ./api/v1/inference_tasks
CMD go test -p 1 ./...

0 comments on commit c9ac482

Please sign in to comment.