Skip to content

Commit aa7050e

Browse files
committed
wip
1 parent e424b86 commit aa7050e

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/linux.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,9 @@ jobs:
5555
command: test
5656
args: --all --features=ntex/tokio -- --nocapture
5757

58-
# - name: Run tests [compio]
59-
# uses: actions-rs/cargo@v1
60-
# timeout-minutes: 40
61-
# with:
62-
# command: test
63-
# args: --all --features=ntex/compio -- --nocapture
64-
65-
- name: Install cargo-cache
66-
run: |
67-
cargo install cargo-cache --no-default-features --features ci-autoclean
68-
69-
- name: Clear the cargo caches
70-
run: |
71-
cargo-cache
58+
- name: Run tests [compio]
59+
uses: actions-rs/cargo@v1
60+
timeout-minutes: 40
61+
with:
62+
command: test
63+
args: --all --features=ntex/compio -- --nocapture

0 commit comments

Comments
 (0)