mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 04:19:58 +00:00
Merge pull request #122 from GabyCT/topic/removetest
ci: Remove run_rust_test functions as not being used
This commit is contained in:
commit
7ce9c40c76
@ -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