chore: modify the tests slightly

This commit is contained in:
Teesh 2025-03-27 12:42:11 +02:00
parent 60956e3831
commit 54bf70bca1

View file

@ -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