Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Dec 30, 2024
1 parent aa7050e commit c19f08a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
args: --all --features=ntex/tokio -- --nocapture

- name: Run tests [compio]
uses: actions-rs/cargo@v1
timeout-minutes: 40
with:
command: test
args: --all --features=ntex/compio -- --nocapture
uses: actions-rs/cargo@v1
timeout-minutes: 40
with:
command: test
args: --all --features=ntex/compio -- --nocapture

0 comments on commit c19f08a

Please sign in to comment.