Acquit Test Selection
Version updated for https://github.com/rajeev-chaurasia/acquit to version v0.1.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Acquit is a GitHub Action that uses dependency analysis and static checks to skip affected tests on pull requests, providing evidence for skips. It aims to reduce test suite execution time by skipping tests that cannot be proven safe based on import statements alone, while still running the full suite in cases where Acquit cannot reason about a PR’s impact.