Commit e73c9ea 1 parent ef2c352 commit e73c9ea Copy full SHA for e73c9ea
File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,33 @@ jobs:
206
206
RUST_LOG : debug
207
207
RUST_BACKTRACE : full
208
208
209
+
210
+ # Test external crate.
211
+ rt-monoio :
212
+ runs-on : ubuntu-latest
213
+
214
+ steps :
215
+ - name : Setup | Checkout
216
+ uses : actions/checkout@v2
217
+
218
+
219
+ - name : Setup | Toolchain
220
+ uses : actions-rs/toolchain@v1.0.6
221
+ with :
222
+ toolchain : " nightly"
223
+ override : true
224
+
225
+
226
+ - name : Unit Tests
227
+ uses : actions-rs/cargo@v1
228
+ with :
229
+ command : test
230
+ args : --tests --manifest-path "rt-monoio/Cargo.toml"
231
+ env :
232
+ RUST_LOG : debug
233
+ RUST_BACKTRACE : full
234
+
235
+
209
236
# Feature "serde" will be enabled if one of the member crates enables
210
237
# "serde", such as `memstore`, when building a cargo workspace.
211
238
#
You can’t perform that action at this time.
0 commit comments