Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ebin-mathews committed Jan 11, 2024
1 parent f064f21 commit f615a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ jobs:
with:
caller-workflow-name: test

- name: Setup Rust tools
run: |
cargo install cargo-sort
- name: Workspace sort
run: cargo sort --workspace --check
shell: bash

- name: Fmt
run: cargo fmt --all --check
shell: bash

- name: Clippy check
run: cargo clippy --all-features --all-targets --tests -- -D warnings
Expand Down
1 change: 1 addition & 0 deletions src/jsonrpc_client/rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ where
Ok(encoded)
}

// Sample tests. Can use these as a reference point on how to use the api and what to expect
#[cfg(test)]
mod rpc_client_tests {
use solana_program::hash::Hash;
Expand Down

0 comments on commit f615a8d

Please sign in to comment.