install specific version
This commit is contained in:
@ -56,7 +56,7 @@ jobs:
|
||||
backend/target
|
||||
key: ${{ runner.os }}-cargo-test-${{ hashFiles('backend/Cargo.lock') }}
|
||||
- name: Install Nextest
|
||||
run: cargo install cargo-nextest
|
||||
run: cargo install --version '^0.9' cargo-nextest
|
||||
- name: Build Binary with Shutdown
|
||||
run: cargo build --features shutdown --bin nuchat
|
||||
- name: Run Tests
|
||||
|
||||
Reference in New Issue
Block a user