Skip to content

Commit

Permalink
simplify client
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Aug 19, 2024
1 parent 3ab689e commit c7b4865
Show file tree
Hide file tree
Showing 14 changed files with 980 additions and 1,760 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontier-rpc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Frontier RPC Tests
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -25,7 +25,7 @@ jobs:
run: rustup target list --installed

- name: Build astar-collator
run: cargo build --release --locked --features manual-seal,evm-tracing --bin astar-collator
run: cargo build --release --locked --features manual-seal --bin astar-collator

- name: Clone frontier tests
run: git clone https://github.com/AstarNetwork/frontier-tests.git --depth 1
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'npm'
cache: "npm"
cache-dependency-path: frontier-tests/package-lock.json

- name: Install dependencies
Expand Down
Loading

0 comments on commit c7b4865

Please sign in to comment.