Skip to content

Commit

Permalink
Run short tests once on CI (#13077)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 authored May 2, 2024
1 parent 9ca4f04 commit 9bd03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if: ${{ needs.filter.outputs.changes == 'true' }}
uses: ./.github/actions/setup-go
- name: Run short tests
if: ${{ needs.filter.outputs.changes == 'true' }}
if: ${{ needs.filter.outputs.changes == 'true' && matrix.type.cmd == 'go_core_tests' }}
run: go test -short ./...
- name: Setup Solana
if: ${{ needs.filter.outputs.changes == 'true' }}
Expand Down

0 comments on commit 9bd03c9

Please sign in to comment.