Skip to content

Commit d389b84

Browse files
committed
Updated CI
1 parent cc15ffa commit d389b84

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66

77
linux-swift:
8-
name: Linux x86_64
8+
name: Linux
99
runs-on: ubuntu-20.04
1010
container: swift:5.6.1-focal
1111
steps:
@@ -17,7 +17,3 @@ jobs:
1717
run: swift build -c debug
1818
- name: Build (Release)
1919
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

Comments
 (0)