You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fuzzing: fix should_pass evaluation in CI workflow
Fixed two bugs in the fuzzing workflow where matrix.test-target.name.should_pass
was used instead of matrix.test-target.should_pass. This caused continue-on-error
to always be true, making CI jobs pass even when fuzzers correctly detected
incompatibilities.
0 commit comments