@@ -67,59 +67,59 @@ jobs:
67
67
68
68
- name : Test stable (${{ matrix.os }})
69
69
run : |
70
- cargo test --target ${{ matrix.other }} -p test_agile
71
- cargo test --target ${{ matrix.other }} -p test_alternate_success_code
72
- cargo test --target ${{ matrix.other }} -p test_arch
73
- cargo test --target ${{ matrix.other }} -p test_arch_feature
74
- cargo test --target ${{ matrix.other }} -p test_bstr
75
- cargo test --target ${{ matrix.other }} -p test_core
76
- cargo test --target ${{ matrix.other }} -p test_debug
77
- cargo test --target ${{ matrix.other }} -p test_deprecated
78
- cargo test --target ${{ matrix.other }} -p test_enums
79
- cargo test --target ${{ matrix.other }} -p test_handles
80
- cargo test --target ${{ matrix.other }} -p test_helpers
81
- cargo test --target ${{ matrix.other }} -p test_implement
82
- cargo test --target ${{ matrix.other }} -p test_interop
83
- cargo test --target ${{ matrix.other }} -p test_lib
84
- cargo test --target ${{ matrix.other }} -p test_matrix3x2
85
- cargo test --target ${{ matrix.other }} -p test_mshtml
86
- cargo test --target ${{ matrix.other }} -p test_ntstatus
87
- cargo test --target ${{ matrix.other }} -p test_pwstr
88
- cargo test --target ${{ matrix.other }} -p test_return_struct
89
- cargo test --target ${{ matrix.other }} -p test_structs
90
- cargo test --target ${{ matrix.other }} -p test_sys
91
- cargo test --target ${{ matrix.other }} -p test_unions
92
- cargo test --target ${{ matrix.other }} -p test_weak
93
- cargo test --target ${{ matrix.other }} -p test_win32
94
- cargo test --target ${{ matrix.other }} -p test_win32_arrays
70
+ cargo test --target ${{ matrix.other }} -p test_agile &&
71
+ cargo test --target ${{ matrix.other }} -p test_alternate_success_code &&
72
+ cargo test --target ${{ matrix.other }} -p test_arch &&
73
+ cargo test --target ${{ matrix.other }} -p test_arch_feature &&
74
+ cargo test --target ${{ matrix.other }} -p test_bstr &&
75
+ cargo test --target ${{ matrix.other }} -p test_core &&
76
+ cargo test --target ${{ matrix.other }} -p test_debug &&
77
+ cargo test --target ${{ matrix.other }} -p test_deprecated &&
78
+ cargo test --target ${{ matrix.other }} -p test_enums &&
79
+ cargo test --target ${{ matrix.other }} -p test_handles &&
80
+ cargo test --target ${{ matrix.other }} -p test_helpers &&
81
+ cargo test --target ${{ matrix.other }} -p test_interop &&
82
+ cargo test --target ${{ matrix.other }} -p test_lib &&
83
+ cargo test --target ${{ matrix.other }} -p test_matrix3x2 &&
84
+ cargo test --target ${{ matrix.other }} -p test_mshtml &&
85
+ cargo test --target ${{ matrix.other }} -p test_ntstatus &&
86
+ cargo test --target ${{ matrix.other }} -p test_pwstr &&
87
+ cargo test --target ${{ matrix.other }} -p test_return_struct &&
88
+ cargo test --target ${{ matrix.other }} -p test_structs &&
89
+ cargo test --target ${{ matrix.other }} -p test_sys &&
90
+ cargo test --target ${{ matrix.other }} -p test_unions &&
91
+ cargo test --target ${{ matrix.other }} -p test_weak &&
92
+ cargo test --target ${{ matrix.other }} -p test_win32 &&
93
+ cargo test --target ${{ matrix.other }} -p test_win32_arrays
95
94
if : contains(matrix.rust, 'stable')
96
95
97
96
- name : Test nightly (${{ matrix.os }})
98
97
run : |
99
- cargo test --target ${{ matrix.other }} -p test_implement_class_factory
100
- cargo test --target ${{ matrix.other }} -p test_implement_data_object
101
- cargo test --target ${{ matrix.other }} -p test_implement_identity
102
- cargo test --target ${{ matrix.other }} -p test_implement_map
103
- cargo test --target ${{ matrix.other }} -p test_implement_no_use
104
- cargo test --target ${{ matrix.other }} -p test_implement_null_result
105
- cargo test --target ${{ matrix.other }} -p test_implement_winrt
106
- cargo test --target ${{ matrix.other }} -p com_uri
107
- cargo test --target ${{ matrix.other }} -p core_app
108
- cargo test --target ${{ matrix.other }} -p create_window
109
- cargo test --target ${{ matrix.other }} -p create_window_sys
110
- cargo test --target ${{ matrix.other }} -p direct2d
111
- cargo test --target ${{ matrix.other }} -p direct3d12
112
- cargo test --target ${{ matrix.other }} -p enum_windows
113
- cargo test --target ${{ matrix.other }} -p enum_windows_sys
114
- cargo test --target ${{ matrix.other }} -p kernel_event
115
- cargo test --target ${{ matrix.other }} -p memory_buffer
116
- cargo test --target ${{ matrix.other }} -p message_box
117
- cargo test --target ${{ matrix.other }} -p ocr
118
- cargo test --target ${{ matrix.other }} -p overlapped
119
- cargo test --target ${{ matrix.other }} -p rss
120
- cargo test --target ${{ matrix.other }} -p simple
121
- cargo test --target ${{ matrix.other }} -p spellchecker
122
- cargo test --target ${{ matrix.other }} -p uiautomation
123
- cargo test --target ${{ matrix.other }} -p xaml_app
124
- cargo test --target ${{ matrix.other }} -p xml
98
+ cargo test --target ${{ matrix.other }} -p test_implement &&
99
+ cargo test --target ${{ matrix.other }} -p test_implement_class_factory &&
100
+ cargo test --target ${{ matrix.other }} -p test_implement_data_object &&
101
+ cargo test --target ${{ matrix.other }} -p test_implement_identity &&
102
+ cargo test --target ${{ matrix.other }} -p test_implement_map &&
103
+ cargo test --target ${{ matrix.other }} -p test_implement_no_use &&
104
+ cargo test --target ${{ matrix.other }} -p test_implement_null_result &&
105
+ cargo test --target ${{ matrix.other }} -p test_implement_winrt &&
106
+ cargo test --target ${{ matrix.other }} -p com_uri &&
107
+ cargo test --target ${{ matrix.other }} -p core_app &&
108
+ cargo test --target ${{ matrix.other }} -p create_window &&
109
+ cargo test --target ${{ matrix.other }} -p create_window_sys &&
110
+ cargo test --target ${{ matrix.other }} -p direct2d &&
111
+ cargo test --target ${{ matrix.other }} -p direct3d12 &&
112
+ cargo test --target ${{ matrix.other }} -p enum_windows &&
113
+ cargo test --target ${{ matrix.other }} -p enum_windows_sys &&
114
+ cargo test --target ${{ matrix.other }} -p kernel_event &&
115
+ cargo test --target ${{ matrix.other }} -p memory_buffer &&
116
+ cargo test --target ${{ matrix.other }} -p message_box &&
117
+ cargo test --target ${{ matrix.other }} -p ocr &&
118
+ cargo test --target ${{ matrix.other }} -p overlapped &&
119
+ cargo test --target ${{ matrix.other }} -p rss &&
120
+ cargo test --target ${{ matrix.other }} -p simple &&
121
+ cargo test --target ${{ matrix.other }} -p spellchecker &&
122
+ cargo test --target ${{ matrix.other }} -p uiautomation &&
123
+ cargo test --target ${{ matrix.other }} -p xaml_app &&
124
+ cargo test --target ${{ matrix.other }} -p xml
125
125
if : contains(matrix.rust, 'nightly')
0 commit comments