fix: Explicitly enable chat feature in CI build

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 - name: Build BotServer
working-directory: /opt/gbo/ci/botserver working-directory: /opt/gbo/ci/botserver
run: | 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 ls -lh target/debug/botserver
sccache --show-stats || true sccache --show-stats || true