Skip to content

Commit

Permalink
ci: add required checks to merge (foundry-rs#8359)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jul 4, 2024
1 parent 9bac928 commit f7494da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,21 @@ jobs:
with:
cache-on-failure: true
- run: cargo hack check

ci-success:
runs-on: ubuntu-latest
if: always()
needs:
- nextest
- docs
- doctest
- clippy
- rustfmt
- forge-fmt
- crate-checks
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit f7494da

Please sign in to comment.