skip building tests in workflow
All checks were successful
Backend Actions / check (push) Successful in 3m17s
Backend Actions / test (push) Successful in 3m50s
Backend Actions / build (push) Successful in 3m52s

This commit is contained in:
2025-07-24 17:34:35 +01:00
parent e7107db9f2
commit 346d7b8bcd

View File

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