File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 72
72
uses : actions-rs/cargo@v1
73
73
with :
74
74
command : check
75
- async :
76
- name : async
75
+ future :
76
+ name : future
77
77
strategy :
78
78
matrix :
79
79
os :
87
87
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
88
88
run : rustup update stable --no-self-update && rustup default stable
89
89
- name : Test
90
- run : cargo test --no-default-features --features async
91
- full :
92
- name : full
90
+ run : cargo test --no-default-features --features future
91
+ sync :
92
+ name : sync
93
93
strategy :
94
94
matrix :
95
95
os :
@@ -103,14 +103,14 @@ jobs:
103
103
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
104
104
run : rustup update stable --no-self-update && rustup default stable
105
105
- name : Test
106
- run : cargo test --no-default-features --features full
106
+ run : cargo test
107
107
108
108
coverage :
109
109
name : cargo tarpaulin
110
110
runs-on : ubuntu-latest
111
111
needs :
112
- - async
113
- - full
112
+ - future
113
+ - sync
114
114
- build
115
115
- clippy
116
116
- rustfmt
You can’t perform that action at this time.
0 commit comments