Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move forge test intense workflow into separate file #391

Merged

Conversation

nadir-akhtar
Copy link
Contributor

@nadir-akhtar nadir-akhtar commented Feb 7, 2025

Motivation

Currently, the Forge Test (Intense) workflow runs on every PR. However, the results of this workflow are not helpful for deciding whether to merge PRs, as the Intense workflow is designed for continuous fuzzing on an infrequent (e.g. once per day) basis. As such, this creates noise when reviewing PRs.

Changes

  • Creates the Forge Test (Intense) workflow with its own triggers, moving the functionality out of .github/workflows/foundry.yml

Impact

  • Removes checks from PRs that are not relevant for merging while still making sure they run either upon manual dispatch or when merging into critical branches

@nadir-akhtar nadir-akhtar force-pushed the nadir/adjust-intense-test-workflow branch from 7b28c69 to 774ff7e Compare February 7, 2025 23:37
@nadir-akhtar nadir-akhtar merged commit c9abbe4 into test/slashing-release Feb 8, 2025
5 checks passed
@nadir-akhtar nadir-akhtar deleted the nadir/adjust-intense-test-workflow branch February 8, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants