Skip to content

Commit

Permalink
CI: Run short tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Oct 25, 2024
1 parent 731cafe commit f48da3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- run: cat .env >> $GITHUB_ENV || true
- run: make up
- run: make wait
- run: make test_short
- run: make test
timeout-minutes: 30
- run: make test_short
- run: make test_race
- run: make test_stress
if: ${{ inputs.stress-tests }}
Expand Down

0 comments on commit f48da3c

Please sign in to comment.