Run slither job periodically #719
Labels
effort: medium
Default level of effort.
priority: 3
Nice-to-have. Willing to ship without this.
type: test
Adding, updating, or removing tests.
work: complicated
Sense-analyze-respond. The relationship between cause and effect requires analysis or expertise.
In the latest PR, we added the slither job to our CI.
https://github.com/sablier-labs/v2-core/blob/3883dc3f3b2d33c7519292404e4942969a4dd2f2/.github/workflows/ci.yml#L289-L317
After it ran twice, I realized it might take significantly longer compared to other jobs:
https://github.com/sablier-labs/v2-core/actions/runs/6654049027
I believe it would be more efficient to move the slither job to a separate workflow, similar to the deep job that runs weekly. We could schedule the slither job to run daily or weekly.
The text was updated successfully, but these errors were encountered: