From 1c53198ffdf81057f8d157b077d874b06f19caef Mon Sep 17 00:00:00 2001 From: Daniel Schiavini Date: Wed, 15 May 2024 15:25:46 +0200 Subject: [PATCH] Restore defaults in matrix --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6e9b34f3b..c7eda471c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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