Skip to content

Commit 3aa747c

Browse files
mstrathmanclaude
andcommitted
ci: add predict-student.c to the fuzz-smoke source list
The fuzz job compiles a hardcoded source list (not $(OBJS)), so the train/serve file split broke its link. Add the new serving/format TU. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: mstrathman <matthew.strathman@gmail.com>
1 parent c81c23d commit 3aa747c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
-Ivendor/ -I./ \
6565
fuzz/fuzz_predict.c sqlite-predict.c predict-forecast.c \
6666
predict-tabular.c predict-receipts.c predict-distill.c \
67+
predict-student.c \
6768
vendor/sha256.c vendor/sqlite3.c -o fuzz_predict -lm -lpthread -ldl
6869
./fuzz_predict -max_total_time=60 -max_len=512 fuzz/seeds
6970

0 commit comments

Comments
 (0)