mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 12:59:36 +00:00
agent: Rename check rule to test
Changed the name of the rule that runs the tests to "test" for consistency, but retained `check` for backwards compatibility for now. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -94,9 +94,11 @@ install: build-service
|
|||||||
clean:
|
clean:
|
||||||
@cargo clean
|
@cargo clean
|
||||||
|
|
||||||
check:
|
test:
|
||||||
@cargo test --all --target $(TRIPLE)
|
@cargo test --all --target $(TRIPLE)
|
||||||
|
|
||||||
|
check: test
|
||||||
|
|
||||||
run:
|
run:
|
||||||
@cargo run --target $(TRIPLE)
|
@cargo run --target $(TRIPLE)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user