Skip to content

Commit

Permalink
Restore container name in make command
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 18, 2023
1 parent ff4c27a commit 6ef472f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test-docker:

# Start a container and execute the test command inside
docker rm cometmock-test-instance || true
docker run --name cometmock-test-instance --workdir /CometMock simd --help
docker run --name cometmock-test-instance --workdir /CometMock cometmock-test simd --help
# docker run --name cometmock-test-instance --workdir /CometMock cometmock-test go test -timeout 600s ./e2e-tests -test.v

# Remove the container after tests
Expand Down

0 comments on commit 6ef472f

Please sign in to comment.