We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe0be1 commit e665e82Copy full SHA for e665e82
buildkite/src/Jobs/Test/RosettaBlockRaceTest.dhall
@@ -28,6 +28,7 @@ in Pipeline.build
28
[ S.strictlyStart (S.contains "src")
29
, S.exactly "scripts/rosetta/test-block-race-with-data" "sh"
30
, S.exactly "scripts/rosetta/test-block-race" "sh"
31
+ , S.exactly "buildkite/scripts/tests/rosetta-block-race-test" "sh"
32
, S.exactly "buildkite/src/Jobs/Test/RosettaBlockRaceTest" "dhall"
33
, S.exactly "buildkite/src/Command/RosettaBlockRaceTest" "dhall"
34
]
0 commit comments