diff --git a/Makefile b/Makefile index 8336c2ab106..fa144e5cc52 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,7 @@ test: test-release # Updates the CLI help text pages in the Lighthouse book. cli: - docker run --rm -ti -v ${PWD}:/home/runner/actions-runner/lighthouse sigmaprime/github-runner bash -c 'cd lighthouse && make && ./scripts/cli.sh' + docker run --rm -v ${PWD}:/home/runner/actions-runner/lighthouse sigmaprime/github-runner bash -c 'cd lighthouse && make && ./scripts/cli.sh' # Runs the entire test suite, downloading test vectors if required. test-full: cargo-fmt test-release test-debug test-ef test-exec-engine