Skip to content

Commit d61fcc0

Browse files
committed
Updated GitHub Workflow
1 parent 623703a commit d61fcc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/swift-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Build (Debug)
1818
run: swift build -j 1 -c debug
1919
- name: Test (Debug)
20-
run: swift test -j 1 --configuration debug --enable-test-discovery
20+
run: swift test -j 1 --configuration debug
2121
- name: Test (Release)
22-
run: swift test -j 1 --configuration release -Xswiftc -enable-testing --enable-test-discovery
22+
run: swift test -j 1 --configuration release -Xswiftc -enable-testing
2323
- name: Clean
2424
run: rm -rf .build
2525
- name: Build (Release)

0 commit comments

Comments
 (0)