@@ -141,6 +141,8 @@ jobs:
141
141
run : cargo test -p sample_service_sys --target ${{ matrix.target }}
142
142
- name : Test sample_service_thread
143
143
run : cargo test -p sample_service_thread --target ${{ matrix.target }}
144
+ - name : Test sample_service_time
145
+ run : cargo test -p sample_service_time --target ${{ matrix.target }}
144
146
- name : Test sample_shell
145
147
run : cargo test -p sample_shell --target ${{ matrix.target }}
146
148
- name : Test sample_simple
@@ -159,10 +161,10 @@ jobs:
159
161
run : cargo test -p sample_uiautomation --target ${{ matrix.target }}
160
162
- name : Test sample_wmi
161
163
run : cargo test -p sample_wmi --target ${{ matrix.target }}
162
- - name : Test sample_xml
163
- run : cargo test -p sample_xml --target ${{ matrix.target }}
164
164
- name : Clean
165
165
run : cargo clean
166
+ - name : Test sample_xml
167
+ run : cargo test -p sample_xml --target ${{ matrix.target }}
166
168
- name : Test test_agile
167
169
run : cargo test -p test_agile --target ${{ matrix.target }}
168
170
- name : Test test_agile_reference
@@ -261,10 +263,10 @@ jobs:
261
263
run : cargo test -p test_metadata --target ${{ matrix.target }}
262
264
- name : Test test_msrv
263
265
run : cargo test -p test_msrv --target ${{ matrix.target }}
264
- - name : Test test_no_std
265
- run : cargo test -p test_no_std --target ${{ matrix.target }}
266
266
- name : Clean
267
267
run : cargo clean
268
+ - name : Test test_no_std
269
+ run : cargo test -p test_no_std --target ${{ matrix.target }}
268
270
- name : Test test_no_use
269
271
run : cargo test -p test_no_use --target ${{ matrix.target }}
270
272
- name : Test test_noexcept
@@ -311,6 +313,8 @@ jobs:
311
313
run : cargo test -p test_return_handle --target ${{ matrix.target }}
312
314
- name : Test test_return_struct
313
315
run : cargo test -p test_return_struct --target ${{ matrix.target }}
316
+ - name : Test test_services
317
+ run : cargo test -p test_services --target ${{ matrix.target }}
314
318
- name : Test test_standalone
315
319
run : cargo test -p test_standalone --target ${{ matrix.target }}
316
320
- name : Test test_string_param
@@ -361,12 +365,12 @@ jobs:
361
365
run : cargo test -p tool_msvc --target ${{ matrix.target }}
362
366
- name : Test tool_standalone
363
367
run : cargo test -p tool_standalone --target ${{ matrix.target }}
368
+ - name : Clean
369
+ run : cargo clean
364
370
- name : Test tool_test_all
365
371
run : cargo test -p tool_test_all --target ${{ matrix.target }}
366
372
- name : Test tool_workspace
367
373
run : cargo test -p tool_workspace --target ${{ matrix.target }}
368
- - name : Clean
369
- run : cargo clean
370
374
- name : Test tool_yml
371
375
run : cargo test -p tool_yml --target ${{ matrix.target }}
372
376
- name : Test windows
0 commit comments