Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AstarNetwork/Astar into feat/asyn…
Browse files Browse the repository at this point in the history
…c-backing-migrations
  • Loading branch information
ermalkaleci committed Aug 29, 2024
2 parents 13c0d19 + cc87612 commit 82fa18c
Show file tree
Hide file tree
Showing 80 changed files with 2,170 additions and 2,872 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 82fa18c

Please sign in to comment.