Skip to content

Commit

Permalink
.github/workflows: update ci -short test to be conditional (#12921)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Apr 22, 2024
1 parent 9169802 commit 70c5a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 70c5a0b

Please sign in to comment.