Skip to content

Commit

Permalink
ci: unify udeps workflow into main rust workflow
Browse files Browse the repository at this point in the history
Setting the bootstrap env var is enough to make this
work.
  • Loading branch information
dspicher committed Aug 4, 2023
1 parent e152a41 commit be8876a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install crates
run: cargo install --debug cargo-sort cargo-rdme cargo-audit
run: cargo install --debug cargo-sort cargo-rdme cargo-audit cargo-udeps
- name: Lint
run: |
cargo fmt -- --check --config format_code_in_doc_comments=true
Expand All @@ -28,3 +28,4 @@ jobs:
cargo clippy --workspace --all --all-targets --all-features -- -Dwarnings -D clippy::pedantic -D clippy::nursery -D clippy::dbg-macro -A clippy::missing-panics-doc
cargo build --workspace
cargo test --workspace
export RUSTC_BOOTSTRAP=1 && cargo udeps && cd fuzz && cargo udeps
22 changes: 0 additions & 22 deletions .github/workflows/udeps.yml

This file was deleted.

0 comments on commit be8876a

Please sign in to comment.