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 cc15ffa commit d389b84Copy full SHA for d389b84
.github/workflows/swift.yml
@@ -5,7 +5,7 @@ on: [push]
5
jobs:
6
7
linux-swift:
8
- name: Linux x86_64
+ name: Linux
9
runs-on: ubuntu-20.04
10
container: swift:5.6.1-focal
11
steps:
@@ -17,7 +17,3 @@ jobs:
17
run: swift build -c debug
18
- name: Build (Release)
19
run: swift build -c release
20
- - name: Test (Debug)
21
- run: swift test --configuration debug --enable-test-discovery
22
- - name: Test (Release)
23
- run: swift test --configuration release -Xswiftc -enable-testing --enable-test-discovery
0 commit comments