Skip to content

Commit

Permalink
don’t build tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Nov 4, 2024
1 parent 32fbc4c commit 513e7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
swift --version
swift build -c release \
--product ssgc \
--build-tests \
--explicit-target-dependency-import-check=error \
-Xcxx -I$SWIFT_INSTALLATION/lib/swift \
-Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block
Expand All @@ -71,6 +71,7 @@ jobs:
- name: Validate packages
run: |
swift test -c release \
--skip-build \
--filter SymbolGraphValidationTests \
-Xcxx -I$SWIFT_INSTALLATION/lib/swift \
-Xcxx -I$SWIFT_INSTALLATION/lib/swift/Block
Expand Down

0 comments on commit 513e7ce

Please sign in to comment.