Fix OSDK CI bugs & Build OSDK with stable channel in CI

This commit is contained in:
Jianfeng Jiang
2024-05-14 11:30:45 +00:00
committed by Tate, Hongliang Tian
parent 69abc09f5a
commit 32b1fb3723
7 changed files with 25 additions and 24 deletions

View File

@ -50,7 +50,7 @@ fn create_and_test_library() {
let mut command = cargo_osdk(&["test"]);
command.current_dir(&module_dir);
command.output().unwrap();
command.ok().unwrap();
fs::remove_dir_all(&module_dir).unwrap();
}