Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sabban committed Sep 23, 2024
1 parent 30d640b commit 427055a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
- name: "install nginx perl test suite"
run: |
sudo cpan Test::Nginx
- name: "run tests"
run: |
for i in t/*.t do
prove $i
done

0 comments on commit 427055a

Please sign in to comment.