Skip to content

Commit 7e5b4b4

Browse files
committed
run compatibility tests when testing rosetta connectivity
1 parent b935619 commit 7e5b4b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

buildkite/src/Command/Rosetta/Connectivity.dhall

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let command
5959
, "source ./buildkite/scripts/export-git-env-vars.sh"
6060
, "scripts/tests/rosetta-connectivity.sh --network ${Network.lowerName
6161
spec.network} --tag \\\${MINA_DOCKER_TAG} --timeout ${Natural/show
62-
spec.timeout} --run-load-test"
62+
spec.timeout} --run-load-test --run-compatibility-test develop"
6363
]
6464
]
6565
, label =
@@ -96,8 +96,9 @@ let pipeline
9696
"buildkite/src/Command/Rosetta/Connectivity"
9797
"dhall"
9898
, S.exactly "scripts/tests/rosetta-connectivity" "sh"
99+
, S.exactly "buildkite/scripts/rosetta-integration-tests" "sh"
99100
, S.exactly
100-
"buildkite/scripts/tests/rosetta-integration-tests"
101+
"buildkite/scripts/rosetta-integration-tests-full"
101102
"sh"
102103
]
103104
# spec.additionalDirtyWhen

0 commit comments

Comments
 (0)