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:
Daniel Ramirez-Chiquillo
2025-08-07 03:32:52 -05:00
committed by GitHub
parent 3a02bdd94a
commit cafb3644e2

View File

@@ -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