Skip to content

isolateevm_call and evm_exec #17

isolateevm_call and evm_exec

isolateevm_call and evm_exec #17

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run lints
run: make update; make lint
- name: Run tests
run: make update; make test