Skip to content

Commit

Permalink
chore: remove needs condition for formatter and clippy to speed up th…
Browse files Browse the repository at this point in the history
…e CI

Signed-off-by: Kilerd Chan <[email protected]>
  • Loading branch information
Kilerd committed Oct 18, 2024
1 parent 7fe8233 commit f2e4dbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
path: cobertura.xml
formatter:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -130,7 +129,6 @@ jobs:

clippy-check:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit f2e4dbe

Please sign in to comment.