Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 14, 2023
1 parent bde6070 commit 919c7c1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ jobs:
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
"options": ["", "--enable-horizon-captive-core"],
"exclude": [
{ "network": "testnet", "options": "--enable-horizon-captive-core" },
{ "network": "pubnet", "options": "--enable-horizon-captive-core" },
]
"options": ["", "--enable-horizon-captive-core"]
}
arm64:
Expand All @@ -63,11 +59,7 @@ jobs:
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
"options": ["", "--enable-horizon-captive-core"],
"exclude": [
{ "network": "testnet", "options": "--enable-horizon-captive-core" },
{ "network": "pubnet", "options": "--enable-horizon-captive-core" },
]
"options": ["", "--enable-horizon-captive-core"]
}
manifest:
Expand Down

0 comments on commit 919c7c1

Please sign in to comment.