Skip to content

Commit

Permalink
Makefile minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gomisha committed Jul 4, 2022
1 parent 2ca6319 commit 0bd34c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ test: generate-mocks emulator-build unittest
integration-test: docker-build-flow
$(MAKE) -C integration integration-test

# separate integration tests for BFT because they will currently always fail if they're added to regular CI
#.PHONY: integration-test-bft
#integration-test-bft: docker-build-flow docker-build-flow-corrupted

.PHONY: benchmark
benchmark: docker-build-flow
$(MAKE) -C integration benchmark
Expand Down

0 comments on commit 0bd34c7

Please sign in to comment.