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:
Julien Robert
2022-11-04 15:41:21 +01:00
committed by GitHub
parent 39c5c079cd
commit 4b26d9e27d
16 changed files with 98 additions and 47 deletions
+5 -2
View File
@@ -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