Skip to content

Commit

Permalink
ci: change test output to TAP
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric committed Apr 12, 2023
1 parent 273fb88 commit 5d30782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dapp-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ test:
bash_unit integration/tests.sh

ci:
FUZZ_RUNS=10000 TESTNET_SLEEP=90 bash_unit -r integration/tests.sh
FUZZ_RUNS=10000 TESTNET_SLEEP=90 bash_unit -r integration/tests.sh -f tap

.PHONY: test

0 comments on commit 5d30782

Please sign in to comment.