There was an error while loading. Please reload this page.
1 parent c9c8fca commit 98e0522Copy full SHA for 98e0522
1 file changed
.github/workflows/workflow.yml
@@ -221,7 +221,10 @@ jobs:
221
cxxflags: "-DNBITCOIN -DRUST_BITCOIN -DBITCOIN_CORE -DBTCD -DBITCOINJ -DBITCOINS -DPYCOIN -DEMBIT -DLIBWALLY_CORE -DCUSTOM_MUTATOR_EXTENDED_KEY"
222
setup_java: "true"
223
asan_options: "detect_leaks=0:detect_container_overflow=0"
224
-
+ - corpus: "roundtrip_ellswift"
225
+ target: "roundtrip_ellswift"
226
+ cxxflags: "-DBTCD -DSECP256K1"
227
+ asan_options: "detect_leaks=0:detect_container_overflow=0"
228
steps:
229
- name: Checkout repo
230
uses: actions/checkout@v4
0 commit comments