Skip to content

Commit

Permalink
fix: don't re-run sanitizers in relocatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 29, 2024
1 parent 9c9ce9a commit a874911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ jobs:
# echo '- to compare to the report from the `main` branch, see <https://jeffersonlab.github.io/iguana/coverage-report>' >> $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
Expand Down

0 comments on commit a874911

Please sign in to comment.