Skip to content

Commit e1210af

Browse files
committed
Enable RawSyntax validation and alternate token introspection in GitHub Actions
1 parent f2a32a7 commit e1210af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ jobs:
88
tests:
99
name: Test
1010
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+
SWIFTSYNTAX_ENABLE_RAWSYNTAX_VALIDATION=1
17+
SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION=1
1118
soundness:
1219
name: Soundness
1320
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)