Skip to content

Commit 4de740c

Browse files
committed
ci: check compatibility with lookup
1 parent 9a5df68 commit 4de740c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- ReleaseSafe
1919
- ReleaseFast
2020
- ReleaseSmall
21+
lookupTable:
22+
- none
23+
- small
24+
- all
2125
steps:
2226
- name: Checkout
2327
uses: actions/[email protected]
@@ -32,4 +36,4 @@ jobs:
3236
- name: Install Test Dependencies
3337
run: bun i
3438
- name: Run Compatibility Test
35-
run: zig build test-compat -Doptimize=${{ matrix.optimize }}
39+
run: zig build test-compat -Doptimize=${{ matrix.optimize }} -Dlookup-table=${{ matrix.lookupTable }}

0 commit comments

Comments
 (0)