From a87491127b277e472952b3a15169d6085c8ebf8a Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 29 Oct 2024 17:04:21 -0400 Subject: [PATCH] fix: don't re-run sanitizers in relocatibility test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc4cbc9f..5ba29fe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -445,6 +445,7 @@ jobs: # echo '- to compare to the report from the `main` branch, see ' >> $GITHUB_STEP_SUMMARY ### test relocatability - name: test relocatability + if: ${{ matrix.id == 'cpp' }} # don't bother re-running santizers, etc. run: | mv iguana relocated source relocated/bin/this_iguana.sh --verbose # do not use --githubCI option, since we want this environment to be for only this step