Skip to content

Commit f3779c5

Browse files
committed
Run tests in release
1 parent a1fe1f2 commit f3779c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check out Tonic
1616
uses: actions/checkout@v4
1717
- name: Build Tonic
18-
run: swift test
18+
run: swift test -c release
1919

2020
build_demo:
2121
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})

0 commit comments

Comments
 (0)