Skip to content

Commit 2c6fbf5

Browse files
authored
Remove release mode test steps from CI (#818)
1 parent 51d5aab commit 2c6fbf5

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/macos.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ jobs:
5151
-instr-profile=.build-test-debug/debug/codecov/default.profdata \
5252
.build-test-debug/debug/OpenSwiftUIPackageTests.xctest/Contents/MacOS/OpenSwiftUIPackageTests \
5353
> coverage.txt
54-
- name: Build and run tests in release mode
55-
run: |
56-
set -o pipefail
57-
NSUnbufferedIO=YES swift test \
58-
-c release \
59-
--filter OpenSwiftUITests \
60-
--filter OpenSwiftUICoreTests \
61-
--enable-code-coverage \
62-
--build-path .build-test-release \
63-
2>&1 | xcbeautify --renderer github-actions --preserve-unbeautified
6454
- uses: codecov/codecov-action@v3
6555
with:
6656
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ jobs:
4141
.build-test-debug/debug/OpenSwiftUIPackageTests.xctest \
4242
> coverage.txt
4343
id: debug-test
44-
- name: Building and running tests in release mode
45-
run: |
46-
swift test \
47-
-c release \
48-
--filter OpenSwiftUITests \
49-
--filter OpenSwiftUICoreTests \
50-
--build-path .build-test-release
51-
id: release-test
5244
- uses: codecov/codecov-action@v3
5345
with:
5446
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)