Skip to content

Commit e5ba44e

Browse files
committed
include soundness check in CI
1 parent 659dfbc commit e5ba44e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
types: [ opened, reopened, synchronize ]
66

77
jobs:
8+
soundness:
9+
name: Soundness
10+
uses: https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/soundness.yml
11+
with:
12+
api_breakage_check_enabled: false
813
test-java:
914
name: Java tests (${{ matrix.swift_version }} - ${{ matrix.os_version }})
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)