Skip to content

Commit 296f368

Browse files
committed
Fix
1 parent e0425ea commit 296f368

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ test-op-pool-%:
192192
-p operation_pool
193193

194194
# Run the tests in the `network` crate for recent forks.
195-
test-network: $(patsubst %,test-network-%,$(RECENT
196-
_FORKS))
195+
test-network: $(patsubst %,test-network-%,$(RECENT_FORKS))
197196

198197
test-network-%:
199198
env FORK_NAME=$* cargo nextest run --release \

0 commit comments

Comments
 (0)