Skip to content

Commit f48da3c

Browse files
committed
CI: Run short tests first
1 parent 731cafe commit f48da3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- run: cat .env >> $GITHUB_ENV || true
4444
- run: make up
4545
- run: make wait
46+
- run: make test_short
4647
- run: make test
4748
timeout-minutes: 30
48-
- run: make test_short
4949
- run: make test_race
5050
- run: make test_stress
5151
if: ${{ inputs.stress-tests }}

0 commit comments

Comments
 (0)