chore(ci): remove unecessary --lib flag for cargo test

This commit is contained in:
Erica Marigold 2023-09-13 22:37:56 +05:30 committed by GitHub
parent 95a0016b1e
commit 5fdf57c846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,4 +31,4 @@ jobs:
run: cargo clippy
- name: Test
run: cargo test --lib
run: cargo test