Skip to content

Commit 5774b29

Browse files
committed
info logs in CI to read the errors better
1 parent 90e9cb8 commit 5774b29

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/code_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
CARGO_TERM_COLOR: always
77
CARGO_TERM_VERBOSE: true
88
CARGOFLAGS: --workspace --all-targets --all-features
9-
RUST_LOG: citrea-e2e=trace,debug
9+
RUST_LOG: citrea-e2e=trace,info
1010
RISC0_DEV_MODE: 1
1111

1212
jobs:
@@ -57,8 +57,8 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v4
5959

60-
- name: Install protoc
61-
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
60+
- name: Install Protoc
61+
uses: arduino/setup-protoc@v3
6262

6363
- name: Set up Rust
6464
uses: actions-rs/toolchain@v1

tests/clementine.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ impl<const WITH_DOCKER: bool> TestCase for ClementineIntegrationTest<WITH_DOCKER
182182

183183
#[tokio::test]
184184
async fn test_clementine_integration_w_docker() -> Result<()> {
185-
std::env::set_var(
186-
"CITREA_DOCKER_IMAGE",
187-
"chainwayxyz/citrea-test:ca479a4147be1c3a472e76a3f117124683d81ab5",
188-
);
189185
TestCaseRunner::new(ClementineIntegrationTest::<true>)
190186
.run()
191187
.await

0 commit comments

Comments
 (0)