Skip to content

Commit da28c0a

Browse files
committed
disable DER until it passes
so it's not part of the normal CI runs, but is part of the OSS fuzzer
1 parent d95a9fc commit da28c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fuzzer/all.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FUZZER_NON_PROTOCOL_TARGETS = util json value cf xlat base16_32_64 tmpl der
2020
#
2121
# Build these fuzzers, but skip them in CI.
2222
#
23-
FUZZER_NO_TEST = cf xlat tmpl
23+
FUZZER_NO_TEST = cf xlat tmpl der
2424

2525
#
2626
# Per-target extra arguments passed to the fuzzer binary. util uses

0 commit comments

Comments
 (0)