Clean up test targets in Makefile

Most notably, replaces the test-it target with a more simply named test
target.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-08-10 07:24:35 -06:00
parent ec15f0fe36
commit bf3995d6f5
3 changed files with 10 additions and 10 deletions

View File

@@ -41,4 +41,4 @@ jobs:
run: make vet
- name: test
run: make test-it
run: make test