From c8cff2c71da0b40a379ecda190ff1ef77c40412f Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 12 Jul 2023 08:55:41 -0600 Subject: [PATCH] Require conformance tests to succeed Now that we are API compliant, we should require conformance tests to pass on pull requests. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f05279a5d..d7f7b3473a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,7 +232,6 @@ jobs: run: | make run-conformance-tests TAG=${{ github.sha }} working-directory: ./conformance - continue-on-error: true build: name: Build Image