Skip to content

Commit 5a6155d

Browse files
committed
ci/main: run unit tests
1 parent 6109e6b commit 5a6155d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535
bun-version-file: package.json
3636
- name: Install Test Dependencies
3737
run: bun i
38-
- name: Run Compatibility Test
38+
- name: Run Compatibility Tests
3939
run: zig build test-compat -Doptimize=${{ matrix.optimize }} -Dlookup-table=${{ matrix.lookupTable }}
40+
- name: Run Unit Tests
41+
run: zig build test -Doptimize=${{ matrix.optimize }} -Dlookup-table=${{ matrix.lookupTable }}

0 commit comments

Comments
 (0)