Skip to content

Commit

Permalink
Merge branch 'next' into polydez-onchain-accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Mar 28, 2024
2 parents 6560444 + 121c86c commit bd7ac74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
override: true
uses: dtolnay/rust-toolchain@stable
- name: Install cargo make
run: cargo install cargo-make
- name: cargo make - doc
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install minimal Rust with rustfmt
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: nightly
components: rustfmt
override: true
- name: Install cargo make
run: cargo install cargo-make
- name: cargo make - format-check
Expand All @@ -43,11 +41,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install minimal Rust with clippy
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- name: Install cargo make
run: cargo install cargo-make
- name: cargo make - clippy
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
override: true
uses: dtolnay/rust-toolchain@stable
- name: Install cargo make
run: cargo install cargo-make
- name: cargo make - test
Expand Down

0 comments on commit bd7ac74

Please sign in to comment.