Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow warnings for fuzzer building (#10253)
Fuzzer building runs on rustc nightly, which can have a different set of warnings than rustc stable. Rather than introduce a new compilation step for all the PRs, just compile fuzzers without caring about warnings. Fixes a recent fuzzer building issue, probably caused by a nightly upgrade: https://github.com/near/nearcore/actions/runs/6929988512/job/18848791016
- Loading branch information