mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +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:
parent
ec146a1b39
commit
f2a19966b2
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user