forked from bluealloy/revm
-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (40 loc) · 1.08 KB
/
ethereum-tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
on:
push:
branches: [main, "release/**"]
pull_request:
branches: [main, "release/**"]
name: Ethereum Tests
jobs:
# tests-stable:
# name: Ethereum Tests (Stable)
# runs-on: ubuntu-latest
# timeout-minutes: 30
# strategy:
# matrix:
# profile: [ethtests, release]
# steps:
# - name: Checkout sources
# uses: actions/checkout@v3
#
# - name: Checkout ethereum/tests
# uses: actions/checkout@v3
# with:
# repository: ethereum/tests
# path: ethtests
# submodules: recursive
#
# - name: Install toolchain
# uses: dtolnay/rust-toolchain@stable
#
# - uses: Swatinem/rust-cache@v2
# with:
# cache-on-failure: true
#
# - name: Run Ethereum tests
# run: |
# cargo run --profile ${{ matrix.profile }} -p revme -- \
# statetest \
# ethtests/GeneralStateTests/ \
# ethtests/LegacyTests/Constantinople/GeneralStateTests/ \
# tests/EIPTests/StateTests/stEIP5656-MCOPY/ \
# tests/EIPTests/StateTests/stEIP1153-transientStorage/