Skip to content

Commit

Permalink
ci: add cargo test step
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Sep 14, 2024
1 parent d4e80cb commit 8a42977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
run: cargo fmt --all -- --config format_code_in_doc_comments=true --check
- name: Build
run: cargo build ${{ matrix.build-args }} --all
- name: Test
run: cargo test ${{ matrix.build-args }}
- name: Clippy
run: cargo clippy ${{ matrix.build-args }} -- -D warnings
run: cargo clippy ${{ matrix.build-args }} -- -D warnings

0 comments on commit 8a42977

Please sign in to comment.