diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 3962ba589..15e319507 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -43,8 +43,8 @@ jobs: - name: Conformance id: conformance if: ${{ success() && !cancelled() }} - # keep going register errors in the intermediate target but executes them all - # Nicer to have pcc complete for the dev and have all the relevan conformance issues + # keep going registers errors in the intermediate targets but executes them all + # Nicer to have pcc complete for the dev and have all the relevant conformance issues run: | make --keep-going pcc - name: PyTest