Fix CI errors #702
Triggered via pull request
September 24, 2023 08:56
Status
Success
Total duration
4m 21s
Artifacts
–
minimal-ci.yml
on: pull_request
rustfmt
29s
clippy
1m 29s
check-todo
7s
unit-test
4m 12s
integration-test-godot
1m 28s
Annotations
2 errors and 4 warnings
unit-test
ENOENT: no such file or directory, opendir '/home/runner/work/gdnative/gdnative/target/tests/target'
|
unit-test
Error: ENOENT: no such file or directory, opendir '/home/runner/work/gdnative/gdnative/target/tests/target'
|
rustfmt
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: gdnative = { path = "../../gdnative" , features = ["formatted"] }
^
|
integration-test-godot
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: gdnative = { path = "../../gdnative" , features = ["formatted"] }
^
|
clippy
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: gdnative = { path = "../../gdnative" , features = ["formatted"] }
^
|
unit-test
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: gdnative = { path = "../../gdnative" , features = ["formatted"] }
^
|