chore: modify the tests slightly
This commit is contained in:
parent
60956e3831
commit
54bf70bca1
1 changed files with 1 additions and 6 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -13,10 +13,5 @@ jobs:
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: cargo build
|
|
||||||
working-directory: utils
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test -p boxutils
|
||||||
working-directory: utils
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue