From 05420b7f002fea7c013b1f99e3ee0e0be5654fee Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Mon, 22 Apr 2024 17:48:14 -0500 Subject: [PATCH] .github/workflows: update ci -short test to be conditional --- .github/workflows/ci-core.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index c97af329639..5e9234eb491 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -109,6 +109,7 @@ jobs: if: ${{ needs.filter.outputs.changes == 'true' }} uses: ./.github/actions/setup-go - name: Run short tests + if: ${{ needs.filter.outputs.changes == 'true' }} run: go test -short ./... - name: Setup Solana if: ${{ needs.filter.outputs.changes == 'true' }}