mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
ci: fix cargo unit tests execution (#1041)
This commit is contained in:
parent
f0108dba40
commit
dcd23f2cd3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -28,4 +28,4 @@ jobs:
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --verbose
|
run: cargo test --all --verbose
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue