Skip to content

Commit 80dfa98

Browse files
authored
Update build-using-self (#6594)
For local testing, it is important to also do a package update in the integration tests package.
1 parent c0f529e commit 80dfa98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/build-using-self

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ swift test -c $CONFIGURATION --parallel
3131
# Run the integration tests with just built SwiftPM.
3232
export SWIFTPM_BIN_DIR=$(swift build -c $CONFIGURATION --show-bin-path)
3333
cd IntegrationTests
34+
# Perform package update in order to get the latest commits for the dependencies.
35+
swift package update
3436
$SWIFTPM_BIN_DIR/swift-test --parallel

0 commit comments

Comments
 (0)