Skip to content

Commit

Permalink
fix: import/export test to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jul 23, 2024
1 parent e64d894 commit 7c2a9eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ coverage: ## Run coverage report
@${COV_SIM_CMD} -test.run TestFullAppSimulation ${COV_SIM_COMMON} > /dev/null 2>&1
@echo " --> Running App Simulation After Import"
@${COV_SIM_CMD} -test.run TestAppSimulationAfterImport ${COV_SIM_COMMON} > /dev/null 2>&1
# Enable when https://github.com/strangelove-ventures/poa/pull/202 is merged
# @echo " --> Running App Import/Export Simulation"
# @${COV_SIM_CMD} -test.run TestAppImportExport ${COV_SIM_COMMON} > /dev/null 2>&1
@echo " --> Running App Import/Export Simulation"
@${COV_SIM_CMD} -test.run TestAppImportExport ${COV_SIM_COMMON} > /dev/null 2>&1
@echo " --> Running App State Determinism Simulation"
@${COV_SIM_CMD} -test.run TestAppStateDeterminism ${COV_SIM_COMMON} > /dev/null 2>&1
@echo "--> Running unit & e2e tests coverage"
Expand Down

0 comments on commit 7c2a9eb

Please sign in to comment.