fix: Explicitly enable chat feature in CI build
All checks were successful
BotServer CI / build (push) Successful in 7s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-20 22:44:19 -03:00
parent 90b097ea50
commit 8c9a21d586

View file

@ -68,7 +68,7 @@ jobs:
- name: Build BotServer
working-directory: /opt/gbo/ci/botserver
run: |
cargo build -p botserver -j 8 2>&1 | tee /tmp/build.log
cargo build -p botserver --features chat -j 8 2>&1 | tee /tmp/build.log
ls -lh target/debug/botserver
sccache --show-stats || true