Skip to content

Commit

Permalink
ci: lower the filter level
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 5, 2024
1 parent a2a2746 commit 519782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/tests/runners.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mod wasi {
fn setup() {
INIT.call_once(|| {
env_logger::builder()
.filter_level(log::LevelFilter::max())
.filter_level(log::LevelFilter::Debug)
.init();
});
}
Expand Down

0 comments on commit 519782b

Please sign in to comment.