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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -41,4 +41,4 @@ jobs:
|
||||
run: make vet
|
||||
|
||||
- name: test
|
||||
run: make test-it
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user