Revert "remove unnecesary targets"

This reverts commit e2c655bc16.
pull/83/head
JhonnyV-V 2024-07-02 16:48:10 -04:00
parent e2c655bc16
commit 7d881ce709
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ mod test {
use super::copy_to_wsl_clipboard; use super::copy_to_wsl_clipboard;
#[test] #[test]
#[cfg(target_os = "linux")]
fn copy_to_wsl_test() -> std::result::Result<(), nvim_oxi::Error> { fn copy_to_wsl_test() -> std::result::Result<(), nvim_oxi::Error> {
if !wsl::is_wsl() { if !wsl::is_wsl() {
@ -138,6 +139,7 @@ mod test {
} }
#[test] #[test]
#[cfg(target_os = "linux")]
fn check_if_folder_exist() { fn check_if_folder_exist() {
if !wsl::is_wsl() { if !wsl::is_wsl() {
return; return;