ci: disable fuzzing jobs (#559)

This commit is contained in:
Georgios Konstantopoulos
2022-12-21 15:41:28 +02:00
committed by GitHub
parent d84eb9d93c
commit 0864193031

View File

@ -57,6 +57,10 @@ jobs:
flags: unit-tests flags: unit-tests
fuzz: fuzz:
# Skip the Fuzzing Jobs until we make them run fast and reliably. Currently they will
# always recompile the codebase for each test and that takes way too long.
if: false
# Pin to `20.04` instead of `ubuntu-latest`, until ubuntu-latest migration is complete # Pin to `20.04` instead of `ubuntu-latest`, until ubuntu-latest migration is complete
# See also <https://github.com/foundry-rs/foundry/issues/3827> # See also <https://github.com/foundry-rs/foundry/issues/3827>
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04