chore: use tagged rosetta version (#13765)
* chore: use tagged rosetta version * add unit test in CI, bump tm and update changelog * update rosetta data * update action
This commit is contained in:
@@ -214,9 +214,9 @@ build-docs:
|
||||
|
||||
test: test-unit
|
||||
test-e2e:
|
||||
make -C tests test-e2e
|
||||
$(MAKE) -C tests test-e2e
|
||||
test-integration:
|
||||
make -C tests test-integration
|
||||
$(MAKE) -C tests test-integration
|
||||
test-all: test-unit test-e2e test-integration test-ledger-mock test-race test-cover
|
||||
|
||||
TEST_PACKAGES=./...
|
||||
@@ -340,6 +340,9 @@ test-cover:
|
||||
@export VERSION=$(VERSION); bash -x contrib/test_cover.sh
|
||||
.PHONY: test-cover
|
||||
|
||||
test-rosetta-unit:
|
||||
$(MAKE) -C tools/rosetta test
|
||||
|
||||
test-rosetta:
|
||||
docker build -t rosetta-ci:latest -f contrib/rosetta/rosetta-ci/Dockerfile .
|
||||
docker-compose -f contrib/rosetta/docker-compose.yaml up --abort-on-container-exit --exit-code-from test_rosetta --build
|
||||
|
||||
Reference in New Issue
Block a user