mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 08:01:42 +03:00
more debugging
This commit is contained in:
parent
bd0032e98b
commit
ab5fcecae2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) \
|
SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) \
|
||||||
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) \
|
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) \
|
||||||
cd package && cargo test --all --features ci_skip -- --nocapture
|
cd package && cargo test --all -- --nocapture
|
||||||
|
|
||||||
- name: Print sccache stats
|
- name: Print sccache stats
|
||||||
run: sccache --show-stats
|
run: sccache --show-stats
|
||||||
|
@ -228,9 +228,11 @@ impl Namespace for CompileNamespace {
|
|||||||
|
|
||||||
if test.name == "import_weird_names_nested" {
|
if test.name == "import_weird_names_nested" {
|
||||||
println!(
|
println!(
|
||||||
"{:?}",
|
"{}",
|
||||||
Ast::from_json_file("/tmp/output/initial_ast.json".into())
|
Ast::from_json_file("/tmp/output/initial_ast.json".into())
|
||||||
.unwrap_or_else(|_| Ast::new(Program::new("Error reading initial theorem.".to_string())))
|
.unwrap_or_else(|_| Ast::new(Program::new("Error reading initial theorem.".to_string())))
|
||||||
|
.to_json_string()
|
||||||
|
.unwrap_or_else(|_| "Error converting ast to string.".to_string()),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user