Skip to content

Commit

Permalink
Run tests in release
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Apr 21, 2024
1 parent a1fe1f2 commit f3779c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check out Tonic
uses: actions/checkout@v4
- name: Build Tonic
run: swift test
run: swift test -c release

build_demo:
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
Expand Down

0 comments on commit f3779c5

Please sign in to comment.