Skip to content

Commit

Permalink
ci: test for reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 9, 2025
1 parent ee04ab2 commit 7672273
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,10 @@ jobs:
meson test --benchmark --suite $suite -C iguana_build | tee benchmark_$suite.txt
done
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
working-directory: iguana_src
run: meson reprotest
### coverage
- name: coverage
if: ${{ matrix.id == 'coverage' }}
Expand Down

0 comments on commit 7672273

Please sign in to comment.