Skip to content

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Jan 11, 2024
1 parent 95ece24 commit 74af07b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ STOPMETRICS := $(DOCKERCOMPOSE) stop $(DOCKERCOMPOSEMETRICS) && $(DOCKERCOMPOSE)

STOP := $(DOCKERCOMPOSE) down --remove-orphans

.PHONY: test-full # Runs all tests
test-full-non-e2e: stop
.PHONY: test # Runs all tests
test: stop
$(RUNETHTXMANAGERDB)
sleep 2
$(RUNL1NETWORK)
sleep 15
docker ps -a
trap '$(STOP)' EXIT; MallocNanoZone=0 go test -count=1 -short -race -p 1 -covermode=atomic -coverprofile=../coverage.out -timeout 70s ../...


.PHONY: run-db
run-db: ## Runs the database
$(RUNETHTXMANAGERDB)
Expand Down

0 comments on commit 74af07b

Please sign in to comment.