We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48a7d3 commit 7aea537Copy full SHA for 7aea537
Makefile
@@ -5,7 +5,7 @@ test:
5
generate:
6
oapi-codegen -config generate.yaml https://raw.githubusercontent.com/algorand/go-algorand/v3.26.0-stable/daemon/algod/api/algod.oas3.yml
7
unit:
8
- mkdir -p $(CURDIR)/coverage/unit && go test -cover ./... -args -test.gocoverdir=$(CURDIR)/coverage/unit
+ mkdir -p $(CURDIR)/coverage/unit && go test -cover ./... -skip 'Test_AccountsFromState' -args -test.gocoverdir=$(CURDIR)/coverage/unit
9
integration:
10
for service in $(shell docker compose -f docker-compose.integration.yaml ps --services) ; do \
11
docker compose exec -it "$$service" ansible-playbook --connection=local /root/playbook.yaml ; \
0 commit comments