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 c2dfe43 commit 89ce9e1Copy full SHA for 89ce9e1
scripts/ci/fd-conformance.mjs
@@ -70,7 +70,7 @@ await $`rm -rf test_results`;
70
await $`source test_suite_env/bin/activate && \
71
solana-test-suite run-tests \
72
-i ${firedancerFixturesPath} -s ${testTargetPathBuiltin} -t ${testTargetPathCoreBpf} \
73
- --consensus-mode`;
+ --consensus-mode --save-failures`;
74
75
// Assert conformance.
76
// There should be no fixtures in the `failed_protobufs` directory.
0 commit comments