Commit 8b7ae87d authored by laser's avatar laser
Browse files

build(print rust log to stderr when running tests)

parent cc63aae5
......@@ -106,7 +106,7 @@ commands:
steps:
- run:
name: Test project
command: go test
command: RUST_LOG=info go test
restore_parameter_cache:
steps:
- restore_cache:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment