chore: fix system test for v2 (#23328)

This commit is contained in:
Alex | Interchain Labs
2025-01-14 22:50:02 +00:00
committed by GitHub
parent 1c9159d572
commit 69defb4011
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ test-all: test-unit test-integration test-ledger-mock test-race
.PHONY: test-system
test-system: build
mkdir -p ./tests/systemtests/binaries/
cp $(BUILDDIR)/simd$(if $(findstring v2,$(COSMOS_BUILD_OPTIONS)),v2) ./tests/systemtests/binaries/
$(MAKE) -C tests/systemtests test
cp $(BUILDDIR)/simdv2 ./tests/systemtests/binaries/
COSMOS_BUILD_OPTIONS=v2 $(MAKE) -C tests/systemtests test
TEST_PACKAGES=./...