debug: increase log level in CI

This commit is contained in:
qwjyh 2025-02-04 05:43:10 +09:00
parent 01965459c6
commit 5eee4ef117
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,6 @@ on:
env:
CARGO_TERM_COLOR: always
RUST_LOG: trace
jobs:
build-and-lint:

View file

@ -83,7 +83,8 @@ mod integrated_test {
cmd.arg("-c")
.arg(config_dir.path())
.arg("init")
.arg("testdev");
.arg("testdev")
.arg("-vvvv");
cmd.assert().success().stdout(predicate::str::contains(""));
eprintln!("{:?}", fs::read_dir(config_dir.path())?.collect::<Vec<_>>());
assert_eq!(