diff --git a/ci/lib.sh b/ci/lib.sh index 63dce9c3ba..3aa9c5c30e 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