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: ...@@ -106,7 +106,7 @@ commands:
steps: steps:
- run: - run:
name: Test project name: Test project
command: go test command: RUST_LOG=info go test
restore_parameter_cache: restore_parameter_cache:
steps: steps:
- restore_cache: - 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