Skip to content

Commit

Permalink
github: disable eof tox
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed May 28, 2024
1 parent a789612 commit 7ef1b13
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
solc: '0.8.21'
evm-type: 'develop'
tox-cmd: 'tox -e tests-develop'
- os: ubuntu-latest
python: '3.11'
solc: '0.8.21'
evm-type: 'eof'
tox-cmd: 'tox -e tests-eof'
# Disabled to not be gated by evmone implementation
# - os: ubuntu-latest
# python: '3.11'
# solc: '0.8.21'
# evm-type: 'eof'
# tox-cmd: 'tox -e tests-eof'
- os: macos-latest
python: '3.11'
solc: '0.8.22'
Expand Down

0 comments on commit 7ef1b13

Please sign in to comment.