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 722d045 commit 2b8ea0bCopy full SHA for 2b8ea0b
.github/workflows/swift.yml
@@ -19,8 +19,6 @@ jobs:
19
run: swift build -c release
20
- name: Test (Debug)
21
run: swift test --configuration debug --enable-code-coverage
22
- - name: Test (Release)
23
- run: swift test --configuration release -Xswiftc -enable-testing --enable-code-coverage
24
- name: Archive Build artifacts
25
uses: actions/upload-artifact@v3
26
with:
0 commit comments