Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
persist-credentials: false
- uses: mlugg/setup-zig@v2
- run: zig build test --release=safe
- run: zig build test --summary line
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collation order of the Common Locale Data Repository (CLDR). You can verify this
by running the tests:

```sh
zig build test --release=safe
zig build test --summary line --release=safe
```

## Usage example
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = .later,
.version = "0.2.3",
.version = "0.3.0",

// Together with name, this represents a globally unique package
// identifier. This field is generated by the Zig toolchain when the
Expand Down
Loading