Skip to content

Commit d9a7baa

Browse files
authored
Merge branch 'master' into requeue
2 parents cc91ad3 + f48da3c commit d9a7baa

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)