Skip to content

Commit

Permalink
add make target
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Apr 3, 2024
1 parent 9aab63c commit c395fdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ test: ## runs all unit tests
integration-test: docker-build-sipi-image ## runs all integration tests
$(SBTX) -v coverage "integration/test" coverageAggregate

.PHONY: e2e-test
e2e-test: docker-build-sipi-image ## runs all e2e tests
$(SBTX) -v coverage "e2e/test" coverageAggregate


#################################
## Database Management
Expand Down

0 comments on commit c395fdc

Please sign in to comment.