Skip to content

Commit 4adc558

Browse files
committed
Merge branch 'gloas-containers' of https://github.com/sigp/lighthouse into gloas-containers
2 parents b2a5337 + bcf3653 commit 4adc558

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ test-beacon-chain-%:
179179
env FORK_NAME=$* cargo nextest run --release --features "fork_from_env,slasher/lmdb,$(TEST_FEATURES)" -p beacon_chain
180180

181181
# Run the tests in the `http_api` crate for recent forks.
182-
test-http-api: $(patsubst %,test-http-api-%,$(RECENT_FORKS))
182+
test-http-api: $(patsubst %,test-http-api-%,$(RECENT_FORKS_BEFORE_GLOAS))
183183

184184
test-http-api-%:
185185
env FORK_NAME=$* cargo nextest run --release --features "beacon_chain/fork_from_env" -p http_api
186186

187187

188188
# Run the tests in the `operation_pool` crate for all known forks.
189-
test-op-pool: $(patsubst %,test-op-pool-%,$(RECENT_FORKS))
189+
test-op-pool: $(patsubst %,test-op-pool-%,$(RECENT_FORKS_BEFORE_GLOAS))
190190

191191
test-op-pool-%:
192192
env FORK_NAME=$* cargo nextest run --release \
@@ -195,7 +195,7 @@ test-op-pool-%:
195195

196196
# Run the tests in the `network` crate for all known forks.
197197
# TODO(EIP-7732) Extend to support gloas by using RECENT_FORKS instead
198-
test-network: $(patsubst %,test-network-%,$(FORKS_BEFORE_GLOAS))
198+
test-network: $(patsubst %,test-network-%,$(RECENT_FORKS_BEFORE_GLOAS))
199199

200200
test-network-%:
201201
env FORK_NAME=$* cargo nextest run --release \

0 commit comments

Comments
 (0)