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:
Ian Manske
2024-05-13 13:45:44 +00:00
committed by GitHub
parent c4dca5fe03
commit 905ec88091
2 changed files with 2 additions and 2 deletions

View File

@ -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 {