From 913e3fc416d96e7dea43d09797180ba84a285256 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 14 Aug 2023 18:32:43 +0200 Subject: [PATCH] test: gateway-conformance matrix for GRAPH_BACKEND --- .github/workflows/gateway-conformance.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 586f545..7d91ebb 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -9,6 +9,9 @@ on: jobs: gateway-conformance: runs-on: ubuntu-latest + strategy: + matrix: + car-backend: [true, false] steps: # 1. Start the Kubo gateway - name: Download Kubo gateway @@ -60,6 +63,7 @@ jobs: env: PROXY_GATEWAY_URL: http://127.0.0.1:8080 GATEWAY_CONFORMANCE_TEST: true + GRAPH_BACKEND: ${{ matrix.version }} run: ./bifrost-gateway & working-directory: bifrost-gateway