Skip to content

Commit

Permalink
Do not run async/await tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 7, 2023
1 parent fd54171 commit 94c79cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Expand Up @@ -29,11 +29,10 @@ jobs:
- name: Install dependencies
run: |
cpanm -n --installdeps .
cpanm -n Cpanel::JSON::XS EV Future::AsyncAwait Role::Tiny
cpanm -n Cpanel::JSON::XS EV Role::Tiny
cpanm -n Test::Pod Test::Pod::Coverage
- name: Run tests
run: prove -l t t/mojo t/mojolicious
env:
TEST_ASYNC_AWAIT: 1
TEST_POD: 1
TEST_EV: 1

0 comments on commit 94c79cd

Please sign in to comment.