Skip to content

Commit

Permalink
Added soak to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jun 6, 2024
1 parent 5b1cc26 commit 2e1c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE
ARG IMAGE_VERSION=latest
FROM ${BASE_IMAGE}:${IMAGE_VERSION}

ARG SUITES=smoke
ARG SUITES=smoke soak

COPY . testdir/
WORKDIR /go/testdir
Expand Down

0 comments on commit 2e1c026

Please sign in to comment.