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
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: cargo build
|
||||
working-directory: utils
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
working-directory: utils
|
||||
run: cargo test -p boxutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue