Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow selecting test granularity using make (cosmos#350)
* allow selecting test granularity using make Adds new commands to makefile: * make test-short (unit, e2e) * make test-diff (difference tests only) * make test-integration (integration tests only) * make test-no-cache (equivalent to make test with caching disabled) Closes: cosmos#345 * Update README.md (remove static analysis) Co-authored-by: Daniel T <[email protected]>
- Loading branch information