Skip to content

fix: create the miner account if not exist #66

fix: create the miner account if not exist

fix: create the miner account if not exist #66

Workflow file for this run

name: Grevm Tests
on:
pull_request:
branches: [ "main" ]
merge_group:
types: [checks_requested]
jobs:
build:
runs-on: ubuntu-latest
steps:
# check out
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize mainnet test_data
run: |
git submodule update --init test_data
# install rust tools
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
run: cargo test -- --skip ethereum