Skip to content

Commit

Permalink
Proxy is already integrated in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Nov 9, 2023
1 parent 53a006f commit 7ef5b2e
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,6 @@ jobs:
- name: Clippy all
run: cargo clippy --all-targets --all-features --all -- -D warnings

fmt_and_clippy_proxy:
name: Fmt and clippy proxy
timeout-minutes: 5

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: 'ext'

- name: Copy proxy into workspace
run: |
cp -r ext/crates/web3_test_proxy/* .
rm -rf ext
- name: Cache dependencies
uses: Swatinem/rust-cache@v2

- name: Fmt
run: cargo fmt -- --check

- name: Clippy
run: cargo clippy -- -D warnings

- name: Clippy all
run: cargo clippy --all-targets --all-features --all -- -D warnings

erc20_processor:
name: ERC20 processor build only
timeout-minutes: 20
Expand Down

0 comments on commit 7ef5b2e

Please sign in to comment.