We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a02bdd commit cafb364Copy full SHA for cafb364
Makefile
@@ -143,7 +143,7 @@ build-release-tarballs:
143
# test vectors.
144
test-release:
145
cargo test --workspace --release --features "$(TEST_FEATURES)" \
146
- --exclude ef_tests --exclude beacon_chain --exclude slasher --exclude network
+ --exclude ef_tests --exclude beacon_chain --exclude slasher --exclude network \
147
--exclude http_api
148
149
# Runs the full workspace tests in **release**, without downloading any additional
0 commit comments