mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Add hint for solving CLI tests failure (#5041)
* Add hint for solving CLI test failure. * Add `make cli-local`
This commit is contained in:
7
Makefile
7
Makefile
@@ -200,12 +200,17 @@ test-exec-engine:
|
||||
# test vectors.
|
||||
test: test-release
|
||||
|
||||
# Updates the CLI help text pages in the Lighthouse book.
|
||||
# Updates the CLI help text pages in the Lighthouse book, building with Docker.
|
||||
cli:
|
||||
docker run --rm --user=root \
|
||||
-v ${PWD}:/home/runner/actions-runner/lighthouse sigmaprime/github-runner \
|
||||
bash -c 'cd lighthouse && make && ./scripts/cli.sh'
|
||||
|
||||
# Updates the CLI help text pages in the Lighthouse book, building using local
|
||||
# `cargo`.
|
||||
cli-local:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user