ci: don't run test for openbook-dex temporarily (#31350)

ci: don't run openbook-dex temporarily
This commit is contained in:
Yihau Chen 2023-04-26 06:58:21 +08:00 committed by GitHub
parent 32fb15655e
commit 466c3c36d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,5 +10,4 @@ agent="${1-solana}"
group "downstream projects" \
'{ "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"'" }' \
'{ "name": "example-helloworld", "command": "./ci/downstream-projects/run-example-helloworld.sh", "timeout_in_minutes": 30, "agent": "'"$agent"'" }'