hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

ci: ignore running against `vergen`, `stripe compatibility`, `detailed_errors` and combine few others

Open pixincreate opened this issue 10 months ago • 1 comments

Type of Change

  • [ ] Bugfix
  • [ ] New feature
  • [ ] Enhancement
  • [ ] Refactoring
  • [ ] Dependency updates
  • [ ] Documentation
  • [x] CI/CD

Description

this pr stops running ci checks (cargo hack) against vergen, detailed_errors and stripe_compatibility since it makes no sense to run against them.

Additional Changes

  • [ ] This PR modifies the API contract
  • [ ] This PR modifies the database schema
  • [ ] This PR modifies application configuration/environment variables

Motivation and Context

reduce check time.

How did you test it?

ci should consume less time

Checklist

  • [ ] I formatted the code cargo +nightly fmt --all
  • [ ] I addressed lints thrown by cargo clippy
  • [x] I reviewed the submitted code
  • [ ] I added unit tests for my changes where possible

pixincreate avatar Feb 24 '25 16:02 pixincreate