From aafbbfe66a15213f699cc282863d9dd32d783996 Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Thu, 1 Feb 2024 11:11:20 +0100 Subject: [PATCH] docs: publish documentation without fuzz-tests (#752) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e673e6372..b1f264e18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,7 +328,7 @@ jobs: - cross - deny - fmt - - fuzz + # - fuzz - miri - test # - udeps