Merge pull request #122 from GabyCT/topic/removetest

ci: Remove run_rust_test functions as not being used
This commit is contained in:
Salvador Fuentes 2020-01-15 07:21:43 -06:00 committed by GitHub
commit 7ce9c40c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,12 +28,6 @@ run_static_checks()
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()
{
clone_tests_repo