Skip to content

Commit 98e0522

Browse files
committed
ci: add roundtrip_ellswift
1 parent c9c8fca commit 98e0522

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,10 @@ jobs:
221221
cxxflags: "-DNBITCOIN -DRUST_BITCOIN -DBITCOIN_CORE -DBTCD -DBITCOINJ -DBITCOINS -DPYCOIN -DEMBIT -DLIBWALLY_CORE -DCUSTOM_MUTATOR_EXTENDED_KEY"
222222
setup_java: "true"
223223
asan_options: "detect_leaks=0:detect_container_overflow=0"
224-
224+
- corpus: "roundtrip_ellswift"
225+
target: "roundtrip_ellswift"
226+
cxxflags: "-DBTCD -DSECP256K1"
227+
asan_options: "detect_leaks=0:detect_container_overflow=0"
225228
steps:
226229
- name: Checkout repo
227230
uses: actions/checkout@v4

0 commit comments

Comments
 (0)