mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Update PR template (#12838)
# Description Updates the command listed in the PR template to test the standard library, following from #11151.
This commit is contained in:
@ -287,7 +287,7 @@ export def run-tests [
|
||||
--list, # list the selected tests without running them.
|
||||
--threads: int@"nu-complete threads", # Amount of threads to use for parallel execution. Default: All threads are utilized
|
||||
] {
|
||||
let available_threads = (sys | get cpu | length)
|
||||
let available_threads = (sys cpu | length)
|
||||
|
||||
# Can't use pattern matching here due to https://github.com/nushell/nushell/issues/9198
|
||||
let threads = (if $threads == null {
|
||||
|
Reference in New Issue
Block a user