From 4edf5379cad73b80e6bc6d83e522436df533c157 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 14 Jan 2020 14:23:14 -0600 Subject: [PATCH] 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 --- ci/lib.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/lib.sh b/ci/lib.sh index 63dce9c3b..3aa9c5c30 100644 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -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