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.
1 parent f2a32a7 commit e1210afCopy full SHA for e1210af
.github/workflows/pull_request.yml
@@ -8,6 +8,13 @@ jobs:
8
tests:
9
name: Test
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
+ with:
12
+ linux_env_vars: |
13
+ SWIFTSYNTAX_ENABLE_RAWSYNTAX_VALIDATION=1
14
+ SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION=1
15
+ windows_env_vars: |
16
17
18
soundness:
19
name: Soundness
20
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments