install nextest
This commit is contained in:
@ -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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user