diff --git a/.github/workflows/test-features.yml b/.github/workflows/test-features.yml index 0e787eea3f..eb43f61c97 100644 --- a/.github/workflows/test-features.yml +++ b/.github/workflows/test-features.yml @@ -29,6 +29,7 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest strategy: + fail-fast: false matrix: crate: - zkevm-circuits @@ -71,6 +72,11 @@ jobs: cd foobar cp "${GIT_ROOT}/rust-toolchain" . || true cargo add --path "${GIT_ROOT}/${{ matrix.crate }}" --features '${{ matrix.feature }}' - cargo build cd ../ rm -rf foobar + + test_features_complete: + needs: [test_features] + runs-on: ubuntu-latest + steps: + - run: echo dummy