Skip to content

Commit

Permalink
Remove -ti
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Oct 20, 2023
1 parent 74a501c commit 3f4913b
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 @@ -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
Expand Down

0 comments on commit 3f4913b

Please sign in to comment.