File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,20 @@ jobs:
40
40
path : ~/.cargo/bin
41
41
key : ${{ matrix.version }}-x86_64-unknown-linux-gnu-tarpaulin
42
42
43
- - name : Run tests
43
+ - name : Run tests (tokio)
44
44
uses : actions-rs/cargo@v1
45
45
timeout-minutes : 40
46
46
with :
47
47
command : test
48
48
args : --all --no-fail-fast --features=ntex/tokio -- --nocapture
49
49
50
+ - name : Run tests (compio)
51
+ uses : actions-rs/cargo@v1
52
+ timeout-minutes : 40
53
+ with :
54
+ command : test
55
+ args : --all --no-fail-fast --features=ntex/compio -- --nocapture
56
+
50
57
- name : Install tarpaulin
51
58
if : matrix.version == '1.75.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
52
59
continue-on-error : true
Original file line number Diff line number Diff line change 40
40
uses : actions-rs/cargo@v1
41
41
with :
42
42
command : test
43
- args : --all --no-fail-fast --features=ntex/tokio -- --nocapture
43
+ args : --all --no-fail-fast --features=ntex/compio -- --nocapture
44
44
45
45
- name : Clear the cargo caches
46
46
run : |
Original file line number Diff line number Diff line change 63
63
uses : actions-rs/cargo@v1
64
64
with :
65
65
command : test
66
- args : --all --features=ntex/tokio -- --nocapture
66
+ args : --all --features=ntex/compio -- --nocapture
You can’t perform that action at this time.
0 commit comments