From 08f51558bfa82455837fcbdfadc8c263b561eb77 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 31 Dec 2023 16:29:50 +0100 Subject: [PATCH] fuzz: enable seq as the stalled issue is fixed --- .github/workflows/fuzzing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index 194508844..c29294d4d 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -48,7 +48,7 @@ jobs: - { name: fuzz_expr, should_pass: true } - { name: fuzz_printf, should_pass: false } - { name: fuzz_echo, should_pass: true } - # - { name: fuzz_seq, should_pass: false } + - { name: fuzz_seq, should_pass: false } - { name: fuzz_parse_glob, should_pass: true } - { name: fuzz_parse_size, should_pass: true } - { name: fuzz_parse_time, should_pass: true }