mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
perf(workflow) filter workflow with the paths option (#828)
* perf(workflow) run bundler test only when the bundler changes * perf(workflow) split clippy/eslint/fmt checks * chore(workflow) rerun if workflow file change * chore(workflow) fix name * fix(tests) bundler test on windows, removed since it's not used
This commit is contained in:
committed by
GitHub
parent
490b3a3323
commit
f1a8a65be2
@@ -311,6 +311,7 @@ mod tests {
|
||||
assert!(tmp.path().join("parent/file.txt").is_file());
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
#[test]
|
||||
fn copy_dir_with_symlinks() {
|
||||
// Create a directory structure that looks like this:
|
||||
|
||||
Reference in New Issue
Block a user