Skip to content

Commit

Permalink
chore: make e2e tests mandatory for publishing step (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet authored Nov 19, 2024
1 parent 9bd72a9 commit bcc9c2e
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 @@ -337,6 +337,7 @@ jobs:
- cargo-verifications
- additional-check-for-published-crates
- publish-crates-check
- e2e-tests
# Only do this job if publishing a release
if: github.event_name == 'release' && github.event.action == 'published'
runs-on: buildjet-4vcpu-ubuntu-2204
Expand Down

0 comments on commit bcc9c2e

Please sign in to comment.