chore(systemtests): better support for app v2 (#21128)

Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
Alexander Peters
2024-08-02 10:16:03 +00:00
committed by GitHub
co-authored by Julien Robert Marko
parent bc72e34d55
commit 04bedcd32b
7 changed files with 53 additions and 39 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ WAIT_TIME ?= 45s
all: test
test:
go test -mod=readonly -failfast -tags='system_test' ./... --wait-time=$(WAIT_TIME) --verbose
go test -mod=readonly -failfast -tags='system_test' ./... --wait-time=$(WAIT_TIME) --verbose $(if $(findstring v2,$(COSMOS_BUILD_OPTIONS)),--binary=simdv2)
format:
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/lcd/statik/statik.go" | xargs gofumpt -w