diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index fc11ab0f..01c5e204 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -35,11 +35,14 @@ jobs: integration-tests: uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main needs: [build-all-charms, extra-args] + strategy: + matrix: + suite: ["-k test_etcd", "-k test_k8s"] secrets: inherit with: provider: lxd juju-channel: 3.3/stable - extra-arguments: ${{needs.extra-args.outputs.args}} + extra-arguments: ${{needs.extra-args.outputs.args}} ${{ matrix.suite }} load-test-enabled: false zap-enabled: false trivy-fs-enabled: true