Skip to content

Commit

Permalink
[CI] only show error logs for Mysticeti tests (MystenLabs#16610)
Browse files Browse the repository at this point in the history
## Description 

Reduce logging noise.

## Test Plan 


https://github.com/MystenLabs/sui/actions/runs/8242605824/job/22541828303

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
mwtian authored Mar 12, 2024
1 parent 830280f commit d74e51d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mysticeti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ env:
# Enable Mysticeti in tests.
CONSENSUS: "mysticeti"

# Reduce logging noise.
RUST_LOG: "error"

CARGO_TERM_COLOR: always
# Disable incremental compilation.
#
Expand Down

0 comments on commit d74e51d

Please sign in to comment.