From d79365b257c8d652c4d6ee3641a47209eed88df1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 19 Jan 2023 17:28:30 -0800 Subject: [PATCH] Speed up cargo fuzz CI job https://github.com/rust-fuzz/cargo-fuzz/pull/317 --- .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 d16faca..83c5d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/install@cargo-fuzz - - run: cargo fuzz build -O + - run: cargo fuzz check outdated: name: Outdated