Skip to content

Commit 28935b6

Browse files
committed
ci: Re-add Cargo.lock to ci triggers
1 parent 1f5ed2f commit 28935b6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/test-rust.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,113 +47,140 @@ jobs:
4747
tauri-plugin-autostart:
4848
- .github/workflows/test-rust.yml
4949
- Cargo.toml
50+
- Cargo.lock
5051
- plugins/autostart/**
5152
tauri-plugin-cli:
5253
- .github/workflows/test-rust.yml
5354
- Cargo.toml
55+
- Cargo.lock
5456
- plugins/cli/**
5557
tauri-plugin-clipboard-manager:
5658
- .github/workflows/test-rust.yml
5759
- Cargo.toml
60+
- Cargo.lock
5861
- plugins/clipboard-manager/**
5962
tauri-plugin-deep-link:
6063
- .github/workflows/test-rust.yml
6164
- Cargo.toml
65+
- Cargo.lock
6266
- plugins/deep-link/**
6367
tauri-plugin-dialog:
6468
- .github/workflows/test-rust.yml
6569
- Cargo.toml
70+
- Cargo.lock
6671
- plugins/dialog/**
6772
- plugins/fs/**
6873
tauri-plugin-fs:
6974
- .github/workflows/test-rust.yml
7075
- Cargo.toml
76+
- Cargo.lock
7177
- plugins/fs/**
7278
tauri-plugin-geolocation:
7379
- .github/workflows/test-rust.yml
7480
- Cargo.toml
81+
- Cargo.lock
7582
- plugins/geolocation/**
7683
tauri-plugin-global-shortcut:
7784
- .github/workflows/test-rust.yml
7885
- Cargo.toml
86+
- Cargo.lock
7987
- plugins/global-shortcut/**
8088
tauri-plugin-opener:
8189
- .github/workflows/test-rust.yml
8290
- Cargo.toml
91+
- Cargo.lock
8392
- plugins/opener/**
8493
tauri-plugin-haptics:
8594
- .github/workflows/test-rust.yml
8695
- Cargo.toml
96+
- Cargo.lock
8797
- plugins/haptics/**
8898
tauri-plugin-http:
8999
- .github/workflows/test-rust.yml
90100
- Cargo.toml
101+
- Cargo.lock
91102
- plugins/http/**
92103
- plugins/fs/**
93104
tauri-plugin-localhost:
94105
- .github/workflows/test-rust.yml
95106
- Cargo.toml
107+
- Cargo.lock
96108
- plugins/localhost/**
97109
tauri-plugin-log:
98110
- .github/workflows/test-rust.yml
99111
- Cargo.toml
112+
- Cargo.lock
100113
- plugins/log/**
101114
tauri-plugin-notification:
102115
- .github/workflows/test-rust.yml
103116
- Cargo.toml
117+
- Cargo.lock
104118
- plugins/notification/**
105119
tauri-plugin-os:
106120
- .github/workflows/test-rust.yml
107121
- Cargo.toml
122+
- Cargo.lock
108123
- plugins/os/**
109124
tauri-plugin-persisted-scope:
110125
- .github/workflows/test-rust.yml
111126
- Cargo.toml
127+
- Cargo.lock
112128
- plugins/persisted-scope/**
113129
- plugins/fs/**
114130
tauri-plugin-positioner:
115131
- .github/workflows/test-rust.yml
116132
- Cargo.toml
133+
- Cargo.lock
117134
- plugins/positioner/**
118135
tauri-plugin-process:
119136
- .github/workflows/test-rust.yml
120137
- Cargo.toml
138+
- Cargo.lock
121139
- plugins/process/**
122140
tauri-plugin-shell:
123141
- .github/workflows/test-rust.yml
124142
- Cargo.toml
143+
- Cargo.lock
125144
- plugins/shell/**
126145
tauri-plugin-single-instance:
127146
- .github/workflows/test-rust.yml
128147
- Cargo.toml
148+
- Cargo.lock
129149
- plugins/single-instance/**
130150
tauri-plugin-sql:
131151
- .github/workflows/test-rust.yml
132152
- Cargo.toml
153+
- Cargo.lock
133154
- plugins/sql/**
134155
tauri-plugin-store:
135156
- .github/workflows/test-rust.yml
136157
- Cargo.toml
158+
- Cargo.lock
137159
- plugins/store/**
138160
tauri-plugin-stronghold:
139161
- .github/workflows/test-rust.yml
140162
- Cargo.toml
163+
- Cargo.lock
141164
- plugins/stronghold/**
142165
tauri-plugin-updater:
143166
- .github/workflows/test-rust.yml
144167
- Cargo.toml
168+
- Cargo.lock
145169
- plugins/updater/**
146170
tauri-plugin-upload:
147171
- .github/workflows/test-rust.yml
148172
- Cargo.toml
173+
- Cargo.lock
149174
- plugins/upload/**
150175
tauri-plugin-websocket:
151176
- .github/workflows/test-rust.yml
152177
- Cargo.toml
178+
- Cargo.lock
153179
- plugins/websocket/**
154180
tauri-plugin-window-state:
155181
- .github/workflows/test-rust.yml
156182
- Cargo.toml
183+
- Cargo.lock
157184
- plugins/window-state/**
158185
159186
test:

0 commit comments

Comments
 (0)