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 e0425ea commit 296f368Copy full SHA for 296f368
Makefile
@@ -192,8 +192,7 @@ test-op-pool-%:
192
-p operation_pool
193
194
# Run the tests in the `network` crate for recent forks.
195
-test-network: $(patsubst %,test-network-%,$(RECENT
196
- _FORKS))
+test-network: $(patsubst %,test-network-%,$(RECENT_FORKS))
197
198
test-network-%:
199
env FORK_NAME=$* cargo nextest run --release \
0 commit comments