Skip to content

Commit

Permalink
fix: epochs tests not running on make test-unit (osmosis-labs#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Jun 5, 2023
1 parent 1e355b0 commit ecd6620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ run-querygen:
### Tests & Simulation ###
###############################################################################

PACKAGES_UNIT=$(shell go list ./... ./osmomath/... ./osmoutils/... ./x/ibc-hooks/... | grep -E -v 'tests/simulator|e2e')
PACKAGES_UNIT=$(shell go list ./... ./osmomath/... ./osmoutils/... ./x/ibc-hooks/... ./x/epochs | grep -E -v 'tests/simulator|e2e')
PACKAGES_E2E=$(shell go list ./... | grep '/e2e')
PACKAGES_SIM=$(shell go list ./... | grep '/tests/simulator')
TEST_PACKAGES=./...
Expand Down

0 comments on commit ecd6620

Please sign in to comment.