File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff 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 }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments