Skip to content

Commit

Permalink
fix(process-compose): pre-build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Feb 21, 2025
1 parent 51308b5 commit c894644
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions process-compose/movement-full-node/process-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ environment:

processes:

build-movement-client-tests:
command: |
cargo test --no-run -p movement-client test_example_
depends_on:
build:
condition: process_completed_successfully

movement-client-tests:
command: |
cargo test -p movement-client test_example_
depends_on:
build-movement-client-tests:
condition: process_completed_successfully
movement-full-node:
condition: process_healthy
movement-faucet:
Expand Down

0 comments on commit c894644

Please sign in to comment.