From 1eb838e98405d45b7d287bae9d5e962acbdcbf3d Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Sun, 2 Oct 2022 13:43:51 -0700 Subject: [PATCH] Updated GitHub CI --- .github/workflows/swift.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index cca1d918a..698849b66 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -41,11 +41,9 @@ jobs: - name: Swift Version run: swift --version - name: Test (Debug) - run: swift test --configuration debug --enable-code-coverage + run: swift test --configuration debug - name: Test (Release) - run: swift test --configuration release -Xswiftc -enable-testing --enable-code-coverage - - name: Coverage Report - uses: maxep/spm-lcov-action@0.3.1 + run: swift test --configuration release -Xswiftc -enable-testing test-macOS: name: Test macOS