We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e424b86 commit aa7050eCopy full SHA for aa7050e
.github/workflows/linux.yml
@@ -55,17 +55,9 @@ jobs:
55
command: test
56
args: --all --features=ntex/tokio -- --nocapture
57
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
71
- cargo-cache
+ - name: Run tests [compio]
+ uses: actions-rs/cargo@v1
+ timeout-minutes: 40
+ with:
+ command: test
+ args: --all --features=ntex/compio -- --nocapture
0 commit comments