File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
184184test-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
191191test-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
200200test-network-% :
201201 env FORK_NAME=$* cargo nextest run --release \
You can’t perform that action at this time.
0 commit comments