Skip to content

Commit

Permalink
Execute the release checklists in PR CI (rerun-io#7351)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc authored Sep 4, 2024
1 parent 1e07892 commit b7d90bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable_test_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ jobs:
# Only check that we have the archetype roundtrip tests, but don't spend time actually running them
run: pixi run -e wheel-test-min RUST_LOG=debug python tests/roundtrips.py --no-run

- name: Check for release checklist
if: ${{ inputs.FAST }}
# Only check that the release checklist executes successfully
run: RUST_LOG=warn RERUN_STRICT=1 pixi run -e wheel-test-min python tests/python/release_checklist/main.py --stdout > /dev/null

- name: Build C++ roundtrips
if: ${{ !inputs.FAST }}
# Separated out of roundtrips.py run so we control the pixi environment.
Expand Down

0 comments on commit b7d90bf

Please sign in to comment.