File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 6
6
CARGO_TERM_COLOR : always
7
7
CARGO_TERM_VERBOSE : true
8
8
CARGOFLAGS : --workspace --all-targets --all-features
9
- RUST_LOG : citrea-e2e=trace,debug
9
+ RUST_LOG : citrea-e2e=trace,info
10
10
RISC0_DEV_MODE : 1
11
11
12
12
jobs :
57
57
steps :
58
58
- uses : actions/checkout@v4
59
59
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
62
62
63
63
- name : Set up Rust
64
64
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change @@ -182,10 +182,6 @@ impl<const WITH_DOCKER: bool> TestCase for ClementineIntegrationTest<WITH_DOCKER
182
182
183
183
#[ tokio:: test]
184
184
async fn test_clementine_integration_w_docker ( ) -> Result < ( ) > {
185
- std:: env:: set_var (
186
- "CITREA_DOCKER_IMAGE" ,
187
- "chainwayxyz/citrea-test:ca479a4147be1c3a472e76a3f117124683d81ab5" ,
188
- ) ;
189
185
TestCaseRunner :: new ( ClementineIntegrationTest :: < true > )
190
186
. run ( )
191
187
. await
You can’t perform that action at this time.
0 commit comments