diff --git a/.buildkite/scripts/build-downstream-projects.sh b/.buildkite/scripts/build-downstream-projects.sh index c1e7405e13..c7291a3fc3 100755 --- a/.buildkite/scripts/build-downstream-projects.sh +++ b/.buildkite/scripts/build-downstream-projects.sh @@ -9,6 +9,6 @@ source "$here"/common.sh agent="${1-solana}" group "downstream projects" \ - '{ "name": "example-helloworld", "command": "./ci/downstream-projects/run-example-helloworld.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' -# '{ "name": "spl", "command": "./ci/downstream-projects/run-spl.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \ + '{ "name": "example-helloworld", "command": "./ci/downstream-projects/run-example-helloworld.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \ + '{ "name": "spl", "command": "./ci/downstream-projects/run-spl.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' # '{ "name": "openbook-dex", "command": "./ci/downstream-projects/run-openbook-dex.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }' \