install nextest
Some checks failed
Backend Actions / check (push) Successful in 16s
Backend Actions / build (push) Successful in 20s
Backend Actions / test (push) Has been cancelled

This commit is contained in:
2025-07-24 20:43:25 +01:00
parent e90ffabf8b
commit 9ec5b850a4

View File

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