Skip to content

Commit bd15a7e

Browse files
committed
Removed CI commands that aren't needed (no need to fmt, lint and test generated code)
1 parent 44fd2af commit bd15a7e

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/publish-sdks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,22 +135,11 @@ jobs:
135135
- name: Build Solana program and generate clients
136136
run: cd program && make build
137137

138-
- name: Format Rust code
139-
working-directory: program/clients/rust
140-
run: cargo fmt --check
141-
142-
- name: Lint Rust code
143-
working-directory: program/clients/rust
144-
run: cargo clippy -- -D warnings
145138

146139
- name: Build Rust client
147140
working-directory: program/clients/rust
148141
run: cargo build --release
149142

150-
- name: Run Rust tests
151-
working-directory: program/clients/rust
152-
run: cargo test
153-
154143
- name: Publish to crates.io
155144
working-directory: program/clients/rust
156145
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}

program/clients/rust/rustfmt.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)