Skip to content

Commit

Permalink
Test with TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 9, 2024
1 parent 69ca0d9 commit 5d83a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Expand Up @@ -29,10 +29,11 @@ jobs:
- name: Install dependencies
run: |
cpanm -n --installdeps .
cpanm -n Cpanel::JSON::XS EV Role::Tiny
cpanm -n Cpanel::JSON::XS EV IO::Socket::SSL Role::Tiny
cpanm -n Test::Pod Test::Pod::Coverage TAP::Formatter::GitHubActions
- name: Run tests
run: prove --merge --formatter TAP::Formatter::GitHubActions -l t t/mojo t/mojolicious
env:
TEST_POD: 1
TEST_TLS: 1
TEST_EV: 1

0 comments on commit 5d83a17

Please sign in to comment.