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 967ccaf commit eeab8acCopy full SHA for eeab8ac
.github/workflows/pull_request.yml
@@ -127,7 +127,7 @@ jobs:
127
- name: Prepare CI Environment
128
uses: ./.github/actions/prepare_env
129
- name: Swift Build
130
- run: "swift build --build-tests --disable-sandbox"
+ run: "swift build --disable-sandbox"
131
- name: Swift Test
132
run: "swift test"
133
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
151
152
153
0 commit comments