@@ -47,130 +47,105 @@ jobs:
47
47
tauri-plugin-authenticator:
48
48
- .github/workflows/test-rust.yml
49
49
- Cargo.toml
50
- - Cargo.lock
51
50
- plugins/authenticator/**
52
51
tauri-plugin-autostart:
53
52
- .github/workflows/test-rust.yml
54
53
- Cargo.toml
55
- - Cargo.lock
56
54
- plugins/autostart/**
57
55
tauri-plugin-cli:
58
56
- .github/workflows/test-rust.yml
59
57
- Cargo.toml
60
- - Cargo.lock
61
58
- plugins/cli/**
62
59
tauri-plugin-clipboard-manager:
63
60
- .github/workflows/test-rust.yml
64
61
- Cargo.toml
65
- - Cargo.lock
66
62
- plugins/clipboard-manager/**
67
63
tauri-plugin-deep-link:
68
64
- .github/workflows/test-rust.yml
69
65
- Cargo.toml
70
- - Cargo.lock
71
66
- plugins/deep-link/**
72
67
tauri-plugin-dialog:
73
68
- .github/workflows/test-rust.yml
74
69
- Cargo.toml
75
- - Cargo.lock
76
70
- plugins/dialog/**
77
71
- plugins/fs/**
78
72
tauri-plugin-fs:
79
73
- .github/workflows/test-rust.yml
80
74
- Cargo.toml
81
- - Cargo.lock
82
75
- plugins/fs/**
83
76
tauri-plugin-global-shortcut:
84
77
- .github/workflows/test-rust.yml
85
78
- Cargo.toml
86
- - Cargo.lock
87
79
- plugins/global-shortcut/**
88
80
tauri-plugin-http:
89
81
- .github/workflows/test-rust.yml
90
82
- Cargo.toml
91
- - Cargo.lock
92
83
- plugins/http/**
93
84
- plugins/fs/**
94
85
tauri-plugin-localhost:
95
86
- .github/workflows/test-rust.yml
96
87
- Cargo.toml
97
- - Cargo.lock
98
88
- plugins/localhost/**
99
89
tauri-plugin-log:
100
90
- .github/workflows/test-rust.yml
101
91
- Cargo.toml
102
- - Cargo.lock
103
92
- plugins/log/**
104
93
tauri-plugin-notification:
105
94
- .github/workflows/test-rust.yml
106
95
- Cargo.toml
107
- - Cargo.lock
108
96
- plugins/notification/**
109
97
tauri-plugin-os:
110
98
- .github/workflows/test-rust.yml
111
99
- Cargo.toml
112
- - Cargo.lock
113
100
- plugins/os/**
114
101
tauri-plugin-persisted-scope:
115
102
- .github/workflows/test-rust.yml
116
103
- Cargo.toml
117
- - Cargo.lock
118
104
- plugins/persisted-scope/**
119
105
- plugins/fs/**
120
106
tauri-plugin-positioner:
121
107
- .github/workflows/test-rust.yml
122
108
- Cargo.toml
123
- - Cargo.lock
124
109
- plugins/positioner/**
125
110
tauri-plugin-process:
126
111
- .github/workflows/test-rust.yml
127
112
- Cargo.toml
128
- - Cargo.lock
129
113
- plugins/process/**
130
114
tauri-plugin-shell:
131
115
- .github/workflows/test-rust.yml
132
116
- Cargo.toml
133
- - Cargo.lock
134
117
- plugins/shell/**
135
118
tauri-plugin-single-instance:
136
119
- .github/workflows/test-rust.yml
137
120
- Cargo.toml
138
- - Cargo.lock
139
121
- plugins/single-instance/**
140
122
tauri-plugin-sql:
141
123
- .github/workflows/test-rust.yml
142
124
- Cargo.toml
143
- - Cargo.lock
144
125
- plugins/sql/**
145
126
tauri-plugin-store:
146
127
- .github/workflows/test-rust.yml
147
128
- Cargo.toml
148
- - Cargo.lock
149
129
- plugins/store/**
150
130
tauri-plugin-stronghold:
151
131
- .github/workflows/test-rust.yml
152
132
- Cargo.toml
153
- - Cargo.lock
154
133
- plugins/stronghold/**
155
134
tauri-plugin-updater:
156
135
- .github/workflows/test-rust.yml
157
136
- Cargo.toml
158
- - Cargo.lock
159
137
- plugins/updater/**
160
138
tauri-plugin-upload:
161
139
- .github/workflows/test-rust.yml
162
140
- Cargo.toml
163
- - Cargo.lock
164
141
- plugins/upload/**
165
142
tauri-plugin-websocket:
166
143
- .github/workflows/test-rust.yml
167
144
- Cargo.toml
168
- - Cargo.lock
169
145
- plugins/websocket/**
170
146
tauri-plugin-window-state:
171
147
- .github/workflows/test-rust.yml
172
148
- Cargo.toml
173
- - Cargo.lock
174
149
- plugins/window-state/**
175
150
176
151
test :
0 commit comments