mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 04:40:36 +00:00
chore(ci): remove unecessary --lib
flag for cargo test
This commit is contained in:
parent
95a0016b1e
commit
5fdf57c846
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
||||||
run: cargo clippy
|
run: cargo clippy
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --lib
|
run: cargo test
|
||||||
|
|
Loading…
Reference in a new issue