Skip to content

Commit

Permalink
Merge branch 'main' into feat/ledger-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Apr 22, 2024
2 parents 396bc1f + f30a47f commit 0b7034e
Show file tree
Hide file tree
Showing 47 changed files with 2,328 additions and 5,883 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

complete:
if: always()
needs: [fmt, rust-analyzer-compat, build-and-test, publish-dry-run]
needs: [fmt, build-and-test, publish-dry-run]
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
Expand All @@ -26,15 +26,6 @@ jobs:
- run: rustup update
- run: cargo fmt --all --check

rust-analyzer-compat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update
- run: rustup +nightly component add rust-analyzer
- name: Check if rust-analyzer encounters any errors parsing project
run: rustup run nightly rust-analyzer analysis-stats . 2>&1 | (! grep '^\[ERROR')

build-and-test:
strategy:
fail-fast: false
Expand Down
Loading

0 comments on commit 0b7034e

Please sign in to comment.