We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fe1f2 commit f3779c5Copy full SHA for f3779c5
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Check out Tonic
16
uses: actions/checkout@v4
17
- name: Build Tonic
18
- run: swift test
+ run: swift test -c release
19
20
build_demo:
21
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
0 commit comments