mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Fix Makefile line continuation syntax in test-release target (#7834)
#7833 Fix a typo on the `Makefile` that was causing `make test` to run `http_api` tests when they should have been ignored.
This commit is contained in:
committed by
GitHub
parent
3a02bdd94a
commit
cafb3644e2
2
Makefile
2
Makefile
@@ -143,7 +143,7 @@ build-release-tarballs:
|
||||
# test vectors.
|
||||
test-release:
|
||||
cargo test --workspace --release --features "$(TEST_FEATURES)" \
|
||||
--exclude ef_tests --exclude beacon_chain --exclude slasher --exclude network
|
||||
--exclude ef_tests --exclude beacon_chain --exclude slasher --exclude network \
|
||||
--exclude http_api
|
||||
|
||||
# Runs the full workspace tests in **release**, without downloading any additional
|
||||
|
||||
Reference in New Issue
Block a user