Skip to content

Commit

Permalink
Merge branch 'main' into review-alex-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unkn0wn107 authored Jul 18, 2024
2 parents 7a5456f + d796a64 commit 7de364f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-vs-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v2

- name: Run Tests
run: make test-compare
run: timeout 3m make test-compare
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v2

- name: Run Tests
run: make test
run: timeout 3m make test

0 comments on commit 7de364f

Please sign in to comment.