Skip to content

Commit 502f8d6

Browse files
Add cargo test (#26)
* add cargo test to the ci * remove verbose
1 parent ee5ad20 commit 502f8d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: cargo clippy
2525
run: cargo clippy --all-targets --all-features -- -D warnings
2626
- name: cargo build
27-
run: cargo build --verbose
27+
run: cargo build
28+
- name: cargo test
29+
run: cargo test
2830

2931
library_checker_aizu_tests:
3032
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)