mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-18 09:23:10 +00:00
ci: Remove run_rust_test functions as not being used
This PR removes a function that is never used as the script that is referring is also non existing at the test repository. Fixes #113 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
8fbc673e68
commit
4edf5379ca
@ -28,12 +28,6 @@ run_static_checks()
|
|||||||
bash "$tests_repo_dir/.ci/static-checks.sh" "github.com/kata-containers/kata-containers"
|
bash "$tests_repo_dir/.ci/static-checks.sh" "github.com/kata-containers/kata-containers"
|
||||||
}
|
}
|
||||||
|
|
||||||
run_rust_test()
|
|
||||||
{
|
|
||||||
clone_tests_repo
|
|
||||||
bash "$tests_repo_dir/.ci/rust-test.sh"
|
|
||||||
}
|
|
||||||
|
|
||||||
run_go_test()
|
run_go_test()
|
||||||
{
|
{
|
||||||
clone_tests_repo
|
clone_tests_repo
|
||||||
|
Loading…
Reference in New Issue
Block a user