Skip to content

Commit

Permalink
feat(tests): update tests list
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Jun 10, 2024
1 parent fc26d13 commit 2a4c610
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/lune/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ create_tests! {
process_exec_shell: "process/exec/shell",
process_exec_stdin: "process/exec/stdin",
process_exec_stdio: "process/exec/stdio",
process_spawn_non_blocking: "process/spawn/non_blocking",
process_spawn_status: "process/spawn/status",
process_spawn_stream: "process/spawn/stream",
}

#[cfg(feature = "std-regex")]
Expand Down Expand Up @@ -249,6 +252,6 @@ create_tests! {
task_cancel: "task/cancel",
task_defer: "task/defer",
task_delay: "task/delay",
task_exec: "task/exec",
task_spawn: "task/spawn",
task_wait: "task/wait",
}

0 comments on commit 2a4c610

Please sign in to comment.