Skip to content

Commit

Permalink
ci: Run semver-checks on each PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Oct 25, 2024
1 parent b5a6ee0 commit 4b4ca7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ jobs:
run: cargo test --verbose --all-features --no-run
- name: Tests with all features
run: cargo test --verbose --all-features

rs-semver-checks:
needs: [check]
if: ${{ github.event_name == 'pull_request' }}
uses: CQCL/hugrverse-actions/.github/workflows/rs-semver-checks.yml@main
secrets:
GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }}

coverage:
if: github.event_name != 'merge_group'
Expand Down

0 comments on commit 4b4ca7b

Please sign in to comment.