We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6109e6b commit 5a6155dCopy full SHA for 5a6155d
.github/workflows/main.yml
@@ -35,5 +35,7 @@ jobs:
35
bun-version-file: package.json
36
- name: Install Test Dependencies
37
run: bun i
38
- - name: Run Compatibility Test
+ - name: Run Compatibility Tests
39
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