Skip to content

Commit

Permalink
chain sim - add quiet tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Oct 2, 2024
1 parent 82e7315 commit 11b323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
slow-tests:
@docker compose -f docker-compose.yml build
@docker compose -f docker-compose.yml up & cargo test --features chain_simulator
@docker compose -f docker-compose.yml up & cargo test --features chain_simulator --quiet
@docker compose -f docker-compose.yml down -v

0 comments on commit 11b323c

Please sign in to comment.