Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
expproletariy committed Jun 11, 2021
1 parent 7acc9c6 commit 0faa954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ WORKDIR /app
# Copy the entire project
COPY . .

# Check and download dependencies
RUN go mod tidy

# Specify the command from running tests
CMD go test -v ./test/...

0 comments on commit 0faa954

Please sign in to comment.