We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-using-self
1 parent c0f529e commit 80dfa98Copy full SHA for 80dfa98
Utilities/build-using-self
@@ -31,4 +31,6 @@ swift test -c $CONFIGURATION --parallel
31
# Run the integration tests with just built SwiftPM.
32
export SWIFTPM_BIN_DIR=$(swift build -c $CONFIGURATION --show-bin-path)
33
cd IntegrationTests
34
+# Perform package update in order to get the latest commits for the dependencies.
35
+swift package update
36
$SWIFTPM_BIN_DIR/swift-test --parallel
0 commit comments