Skip to content

Commit

Permalink
Restore defaults in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed May 15, 2024
1 parent 4f8f27a commit 1c53198
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@ jobs:
tests:
runs-on: ${{ matrix.os || 'ubuntu' }}-latest
strategy:
fail-fast: false # Todo: remove this once windows tests pass
matrix:
opt-mode: ["gas", "none", "codesize"]
os: [ubuntu]
python-version: [["3.11", "311"]]
opt-mode: [gas, none, codesize]
debug: [true, false]
evm-version: [shanghai]
experimental-codegen: [false]
evm-backend: [revm]

# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
include:
# test default settings with 3.11 across all supported evm versions
- debug: false
opt-mode: gas
evm-version: london
Expand Down

0 comments on commit 1c53198

Please sign in to comment.