Skip to content

Commit

Permalink
chore: removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Aug 22, 2024
1 parent 2e5dae2 commit 9ffcf2d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,6 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1

- name: Cargo update
run: cargo update

- name: Git log
run: git log

- name: Print mod
run: cat rpc-server/src/modules/network/mod.rs

- name: Print method
run: cat rpc-server/src/modules/network/method.rs

- name: Search for jsonrpc_v2 references
run: grep -R "jsonrpc_v2" .

- name: Print Cargo.toml
run: cat Cargo.toml

- name: Cargo check
run: cargo check --all-features

Expand Down Expand Up @@ -71,8 +53,5 @@ jobs:
with:
components: clippy

- name: Cargo update
run: cargo update

- name: Cargo clippy
run: cargo clippy --all -- -D warnings

0 comments on commit 9ffcf2d

Please sign in to comment.