make shutdown endpoint default

This commit is contained in:
2025-07-25 00:39:26 +01:00
parent fb4bb63335
commit 50cee580de
5 changed files with 12 additions and 10 deletions

View File

@ -55,8 +55,8 @@ jobs:
~/.cargo/git
backend/target
key: ${{ runner.os }}-cargo-test-${{ hashFiles('backend/Cargo.lock') }}
- name: Build Binary with Shutdown
run: cargo build --features shutdown --bin nuchat
- name: Build Binary
run: cargo build --locked --bin nuchat
- name: Run Tests
run: ./scripts/test.sh
- name: Upload Test Logs