Skip to content

Commit

Permalink
ci: remove udeps job
Browse files Browse the repository at this point in the history
Running udeps is painfully slow and currently broken, it's also much less important.
  • Loading branch information
Stonks3141 authored Nov 2, 2023
1 parent 9597812 commit b8c3ecf
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,10 @@ jobs:
- name: Run tests
run: just test

udeps:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install x264
run: sudo apt-get install libx264-dev
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Install cargo-udeps
run: cargo +nightly install cargo-udeps
- name: Find unused dependencies
run: cargo +nightly udeps --all-targets

Publish:
needs:
- Check
- Test
- udeps

strategy:
matrix:
Expand Down

0 comments on commit b8c3ecf

Please sign in to comment.