install specific version
All checks were successful
Backend Actions / check (push) Successful in 22s
Backend Actions / build (push) Successful in 30s
Backend Actions / test (push) Successful in 2m42s

This commit is contained in:
2025-07-24 23:00:04 +01:00
parent 7d1c7a6c75
commit f07e688bf1

View File

@ -56,7 +56,7 @@ jobs:
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 - name: Install Nextest
run: cargo install cargo-nextest run: cargo install --version '^0.9' 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