Skip to content

Commit

Permalink
Merge branch 'master' into requeue
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 authored Oct 25, 2024
2 parents cc91ad3 + f48da3c commit d9a7baa
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 d9a7baa

Please sign in to comment.