Skip to content

Commit

Permalink
#45 Bring Tests into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-master committed Jun 3, 2022
1 parent 55cf98d commit c3e2217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
- RUST_LOG=solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=debug,solana_bpf_loader=debug,solana_rbpf=debug
- SOLANA_URL=http://127.0.0.1:8899
- SOLANA_RUN_SH_VALIDATOR_ARGS=--gossip-host $(hostname -i)
- SOLANA_RUN_SH_VALIDATOR_ARGS=--gossip-host http://solana:8899
hostname: solana
ports:
- 8899:8899
Expand Down

0 comments on commit c3e2217

Please sign in to comment.