Skip to content

chore: use build script instead of git submodule #67

chore: use build script instead of git submodule

chore: use build script instead of git submodule #67

name: Grevm Ethereum
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 ethereum tests
run: |
git submodule update --init tests/ethereum/tests
# install rust tools
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
run: cargo test --test ethereum