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