install nextest
All checks were successful
Backend Actions / check (push) Successful in 14s
Backend Actions / build (push) Successful in 20s
Backend Actions / test (push) Successful in 3m27s

This commit is contained in:
2025-07-24 20:43:25 +01:00
parent e90ffabf8b
commit 7d1c7a6c75
2 changed files with 4 additions and 2 deletions

View File

@ -55,6 +55,8 @@ jobs:
~/.cargo/git
backend/target
key: ${{ runner.os }}-cargo-test-${{ hashFiles('backend/Cargo.lock') }}
- name: Install Nextest
run: cargo install cargo-nextest
- name: Build Binary with Shutdown
run: cargo build --features shutdown --bin nuchat
- name: Run Tests