Skip to content

Commit

Permalink
Try invoking CometMock from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 18, 2023
1 parent 555b06a commit 7217bda
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 cometmock-test simd --help
docker run --name cometmock-test-instance --workdir /CometMock cometmock-test cometmock --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 7217bda

Please sign in to comment.