skip building tests in workflow
This commit is contained in:
@ -57,8 +57,6 @@ jobs:
|
|||||||
key: ${{ runner.os }}-cargo-test-${{ hashFiles('backend/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-test-${{ hashFiles('backend/Cargo.lock') }}
|
||||||
- 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: Build Test Binary
|
|
||||||
run: cargo test --no-run
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: ./scripts/test.sh
|
run: ./scripts/test.sh
|
||||||
- name: Upload Test Logs
|
- name: Upload Test Logs
|
||||||
|
|||||||
Reference in New Issue
Block a user