Skip to content

Commit c3e19db

Browse files
committed
test clipboard
1 parent d297f7e commit c3e19db

File tree

1 file changed

+0
-103
lines changed

1 file changed

+0
-103
lines changed

.github/workflows/test-rust.yml

Lines changed: 0 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -44,113 +44,10 @@ jobs:
4444
with:
4545
base: v2
4646
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/**
5547
tauri-plugin-clipboard-manager:
5648
- .github/workflows/test-rust.yml
5749
- Cargo.toml
5850
- 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/**
15451
15552
test:
15653
needs: changes

0 commit comments

Comments
 (0)