mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 23:38:31 +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:
|
||||
@cargo clean
|
||||
|
||||
check:
|
||||
test:
|
||||
@cargo test --all --target $(TRIPLE)
|
||||
|
||||
check: test
|
||||
|
||||
run:
|
||||
@cargo run --target $(TRIPLE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user