Skip to content

Commit 3763aa4

Browse files
committed
ci: use proper toolchains in publish rust action
1 parent 592429b commit 3763aa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-rust-crate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
uses: ./.github/actions/setup
5454
with:
5555
cargo-cache-key: cargo-rust-${{ inputs.package_path }}
56-
clippy: true
57-
rustfmt: true
56+
toolchain: format, lint, test
5857
solana: true
5958

6059
- name: Convert package_path to required variables

0 commit comments

Comments
 (0)