Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed May 21, 2024
1 parent 93ca0d7 commit 99ce070
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,17 @@ jobs:
crate: cargo-udeps
- name: Run udeps (detect unused dependencies)
run: cargo udeps

all-tests:
runs-on: ubuntu-latest
needs:
- commitlint
- clippy
- format
- run-tests
- udeps
steps:
- name: Decide whether all the needed jobs succeeded or failed
uses: re-actors/[email protected]
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 99ce070

Please sign in to comment.