mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: disable fuzzing jobs (#559)
This commit is contained in:
committed by
GitHub
parent
d84eb9d93c
commit
0864193031
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user