Skip to content

Commit 7f5513d

Browse files
committed
Build in release mode
1 parent d888b54 commit 7f5513d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: '3.13'
2525
cache: 'pip'
2626

27-
- run: zig build
27+
- run: zig build --release=fast
2828
- run: zig build unit-tests --summary all
2929

3030
- run: pip install -r tests/requirements.txt
@@ -50,4 +50,4 @@ jobs:
5050
context: .
5151
push: ${{ github.event_name != 'pull_request' }}
5252
tags: ${{ steps.meta.outputs.tags }}
53-
labels: ${{ steps.meta.outputs.labels }}
53+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)