Skip to content

Commit f4b835b

Browse files
committed
Add a CI check for the new generator
1 parent 8039eaa commit f4b835b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ jobs:
192192
- name: run code generator
193193
run: cargo run --bin fearless_simd_gen
194194

195+
- name: run core code generator
196+
run: cargo run --bin fearless_simd_core_gen
197+
198+
- name: Reformat (Fearless SIMD Core)
199+
# The code generator for Fearless SIMD Core does not do this.
200+
run: cargo fmt -p fearless_simd_core
201+
195202
- name: check for uncommitted changes
196203
run: git diff --exit-code
197204

0 commit comments

Comments
 (0)