fix: update test command in test.yml

This commit is contained in:
sxyazi 2025-01-09 15:50:14 +08:00
parent 13508184fc
commit 1beef795a1
No known key found for this signature in database

View file

@ -30,4 +30,4 @@ jobs:
run: cargo build --verbose
- name: Test
run: cargo test --all --verbose
run: cargo test --workspace --verbose