From f454f1a74f363b4b69833d8d3239811b4bdf4780 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 18 Jul 2023 09:11:38 +0200 Subject: [PATCH] chore: Enable fuzzing in CI --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 733f54ab..4ddf9720 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,6 +134,15 @@ test-linux: tags: - large +fuzz-linux: + stage: test + extends: + - .rules-branch-manual-MR-and-devel-always + script: + - make fuzz + tags: + - large + test-linux-race: extends: - test-linux