Skip to content

Commit

Permalink
Merge branch 'develop' into bcfr-1063_fhe_empty_slice_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimriou committed Oct 22, 2024
2 parents 9787051 + f3e66b2 commit 210a6f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
if: ${{ needs.filter.outputs.changes == 'true' && inputs.evm-ref != ''}}
shell: bash
run: go get github.com/smartcontractkit/chainlink-integrations/evm/relayer@${{ inputs.evm-ref }}
- name: Setup Solana
if: ${{ needs.filter.outputs.changes == 'true' }}
uses: ./.github/actions/setup-solana
# - name: Setup Solana
# if: ${{ needs.filter.outputs.changes == 'true' }}
# uses: ./.github/actions/setup-solana
- name: Setup wasmd
if: ${{ needs.filter.outputs.changes == 'true' }}
uses: ./.github/actions/setup-wasmd
Expand Down
1 change: 1 addition & 0 deletions core/cmd/solana_transaction_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
)

func TestShell_SolanaSendSol(t *testing.T) {
t.Skip("solana setup broken due to expired ssl")
ctx := testutils.Context(t)
chainID := "localnet"
url := solanaClient.SetupLocalSolNode(t)
Expand Down

0 comments on commit 210a6f5

Please sign in to comment.