Acquit Test Selection
Version updated for https://github.com/rajeev-chaurasia/acquit to version v0.1.1.
- 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 analyzes a repository’s dependency graph and selectively skips tests that are not affected by changes in the pull request. It uses static analysis to determine which tests can be skipped, ensuring only potentially unsafe changes are included in the test suite. The action is designed to improve build times and reduce unnecessary testing in large codebases.
What’s Changed
0.1.1 (2026-08-09)
Bug Fixes
- resolve the release-please merge conflict, keep v5 and the dispatch step (27a33ce)
- unique Marketplace display name, the bare word collides (72d6b16)
Documentation
- pin the quickstart to v0.1.0 (f3da1f0)