mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Fix OSDK CI bugs & Build OSDK with stable channel in CI
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
69abc09f5a
commit
32b1fb3723
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user