test: migrate remaining e2e tests to integration tests (#22364)
Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
co-authored by
Julien Robert
Marko
parent
fc5536a641
commit
e37d71ad24
@@ -11,12 +11,6 @@ init-simapp-v2:
|
||||
|
||||
#? test: Run `make test-unit`
|
||||
test: test-unit
|
||||
#? test-e2e: Run `make -C tests test-e2e`
|
||||
test-e2e:
|
||||
$(MAKE) -C tests test-e2e
|
||||
#? test-e2e-cov: Run `make -C tests test-e2e-cov`
|
||||
test-e2e-cov:
|
||||
$(MAKE) -C tests test-e2e-cov
|
||||
#? test-integration: Run `make -C tests test-integration`
|
||||
test-integration:
|
||||
$(MAKE) -C tests test-integration
|
||||
@@ -24,7 +18,7 @@ test-integration:
|
||||
test-integration-cov:
|
||||
$(MAKE) -C tests test-integration-cov
|
||||
#? test-all: Run all test
|
||||
test-all: test-unit test-e2e test-integration test-ledger-mock test-race
|
||||
test-all: test-unit test-integration test-ledger-mock test-race
|
||||
|
||||
.PHONY: test-system
|
||||
test-system: build
|
||||
|
||||
Reference in New Issue
Block a user