You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip build no longer skips building the package when listing tests. Previously you could skip building the package with
swift test --list-tests --skip-build
With the new test list command
swift test list --skip-build
It builds the package before listing the tests
Expected behavior
swift test list --skip-build should not build the package
Actual behavior
swift test list --skip-build builds the package before listing the tests
Steps to reproduce
swift package clean
swift test list --skip-build
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version && uname -a)
Apple Swift version 5.8-dev (LLVM f6b60d5b8f4b443, Swift ecccce61139bbc4)
Target: x86_64-apple-macosx13.0
Darwin Adams-MacBook-Pro.local 22.0.0 Darwin Kernel Version 22.0.0: Tue May 24 20:31:35 PDT 2022; root:xnu-8792.0.50.111.3~5/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered:
Description
Skip build no longer skips building the package when listing tests. Previously you could skip building the package with
With the new test list command
It builds the package before listing the tests
Expected behavior
swift test list --skip-build
should not build the packageActual behavior
swift test list --skip-build
builds the package before listing the testsSteps to reproduce
swift package clean
swift test list --skip-build
Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version && uname -a
)Apple Swift version 5.8-dev (LLVM f6b60d5b8f4b443, Swift ecccce61139bbc4)
Target: x86_64-apple-macosx13.0
Darwin Adams-MacBook-Pro.local 22.0.0 Darwin Kernel Version 22.0.0: Tue May 24 20:31:35 PDT 2022; root:xnu-8792.0.50.111.3~5/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: