@@ -141,6 +141,8 @@ jobs:
141141 run : cargo test -p sample_service_sys --target ${{ matrix.target }}
142142 - name : Test sample_service_thread
143143 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 }}
144146 - name : Test sample_shell
145147 run : cargo test -p sample_shell --target ${{ matrix.target }}
146148 - name : Test sample_simple
@@ -159,10 +161,10 @@ jobs:
159161 run : cargo test -p sample_uiautomation --target ${{ matrix.target }}
160162 - name : Test sample_wmi
161163 run : cargo test -p sample_wmi --target ${{ matrix.target }}
162- - name : Test sample_xml
163- run : cargo test -p sample_xml --target ${{ matrix.target }}
164164 - name : Clean
165165 run : cargo clean
166+ - name : Test sample_xml
167+ run : cargo test -p sample_xml --target ${{ matrix.target }}
166168 - name : Test test_agile
167169 run : cargo test -p test_agile --target ${{ matrix.target }}
168170 - name : Test test_agile_reference
@@ -261,10 +263,10 @@ jobs:
261263 run : cargo test -p test_metadata --target ${{ matrix.target }}
262264 - name : Test test_msrv
263265 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 }}
266266 - name : Clean
267267 run : cargo clean
268+ - name : Test test_no_std
269+ run : cargo test -p test_no_std --target ${{ matrix.target }}
268270 - name : Test test_no_use
269271 run : cargo test -p test_no_use --target ${{ matrix.target }}
270272 - name : Test test_noexcept
@@ -311,6 +313,8 @@ jobs:
311313 run : cargo test -p test_return_handle --target ${{ matrix.target }}
312314 - name : Test test_return_struct
313315 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 }}
314318 - name : Test test_standalone
315319 run : cargo test -p test_standalone --target ${{ matrix.target }}
316320 - name : Test test_string_param
@@ -361,12 +365,12 @@ jobs:
361365 run : cargo test -p tool_msvc --target ${{ matrix.target }}
362366 - name : Test tool_standalone
363367 run : cargo test -p tool_standalone --target ${{ matrix.target }}
368+ - name : Clean
369+ run : cargo clean
364370 - name : Test tool_test_all
365371 run : cargo test -p tool_test_all --target ${{ matrix.target }}
366372 - name : Test tool_workspace
367373 run : cargo test -p tool_workspace --target ${{ matrix.target }}
368- - name : Clean
369- run : cargo clean
370374 - name : Test tool_yml
371375 run : cargo test -p tool_yml --target ${{ matrix.target }}
372376 - name : Test windows
0 commit comments