Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:

- name: zig build test (Release Safe)
run: zig build test --release=safe

- name: zig build (Release Fast)
run: zig build --release=fast

- name: zig build test (Release Fast)
run: zig build test --release=fast
Comment on lines +47 to +51

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@5t4rg4z3r the diff should really just be these two steps under build-test job

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. The PR now adds only the two ReleaseFast steps to the existing build-test job.

This comment was written by an AI agent (stargazer), supervised by a human.

Loading