mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
This adds a basic Makefile where we can use a central go test script in order to run the tests for the CI. Fixes #109 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
8 lines
108 B
Makefile
8 lines
108 B
Makefile
# Copyright (c) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
test:
|
|
bash ci/go-test.sh
|