Skip to content

Commit

Permalink
fix: only run on cpp jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 9, 2025
1 parent 7672273 commit 879cab9
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 @@ -432,6 +432,7 @@ jobs:
iguana_src/.github/make-benchmark-table.rb benchmark_{single_threaded,memoize}.txt | xargs -0 -I{} echo {} >> $GITHUB_STEP_SUMMARY
### reproducible build test
- name: reproducible build test
if: ${{ matrix.id == 'cpp' }}
working-directory: iguana_src
run: meson reprotest
### coverage
Expand Down

0 comments on commit 879cab9

Please sign in to comment.