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 e6edcb3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 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

0 comments on commit e6edcb3

Please sign in to comment.