diff --git a/.github/workflows/ethereum-tests.yml b/.github/workflows/ethereum-tests.yml index 871d1d15c7..b8d22e0183 100644 --- a/.github/workflows/ethereum-tests.yml +++ b/.github/workflows/ethereum-tests.yml @@ -40,4 +40,8 @@ jobs: run: cargo install cross - name: Run tests - run: ./scripts/run-tests.sh clean cross ${{ matrix.profile }} ${{ matrix.target }} + run: | + cross run --target ${{matrix.target}} --profile ${{ matrix.profile }} -p revme -- statetest \ + ethtests/GeneralStateTests/ \ + ethtests/LegacyTests/Constantinople/GeneralStateTests/ + ./scripts/run-tests.sh clean cross ${{ matrix.profile }} ${{ matrix.target }}