Skip to content

Commit

Permalink
fix: fix ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Nov 4, 2024
1 parent f83a920 commit 9b90174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
# files: lcov.info
# fail_ci_if_error: true

# Run cargo fmt --all -- --check
# Run cargo +nightly fmt --all -- --check
format:
name: Format
runs-on: ubuntu-latest
Expand All @@ -194,7 +194,7 @@ jobs:
curl https://sh.rustup.rs -sSf | bash -s -- -y --profile minimal && source ~/.cargo/env && rustup default nightly
rustup component add rustfmt
- name: Run cargo fmt
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check

udeps:
name: Unused Dependencies
Expand Down

0 comments on commit 9b90174

Please sign in to comment.