delvtech/hyperdrive-rs

Dynamic fuzz fails on second CI round

dpaiton opened this issue · 0 comments

We run CI again after a PR is merged. At this time, the dynamic fuzz workflow, which runs this script to compare a list of tests on main against a list of tests on the feature branch. This fails, possibly because there is no more feature branch after the PR is merged.

The solution should be to break this part out of the rust_test.yml into it's owndynamic_fuzz.yml that only runs on PR, not on main.