Skip to content

Commit cafb364

Browse files
authored
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.
1 parent 3a02bdd commit cafb364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ build-release-tarballs:
143143
# test vectors.
144144
test-release:
145145
cargo test --workspace --release --features "$(TEST_FEATURES)" \
146-
--exclude ef_tests --exclude beacon_chain --exclude slasher --exclude network
146+
--exclude ef_tests --exclude beacon_chain --exclude slasher --exclude network \
147147
--exclude http_api
148148

149149
# Runs the full workspace tests in **release**, without downloading any additional

0 commit comments

Comments
 (0)