Skip to content

Commit

Permalink
feat: Redis backend target - update holesky test make target
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 4, 2024
1 parent 8a11515 commit a80d9c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ e2e-test: stop-minio stop-redis run-minio run-redis
make stop-minio && \
make stop-redis

holesky-test: run-minio
holesky-test: stop-minio stop-redis run-minio run-redis
$(HOLESKYTEST) && \
make stop-minio
make stop-minio && \
make stop-redis

.PHONY: lint
lint:
Expand Down

0 comments on commit a80d9c0

Please sign in to comment.