Skip to content

Commit

Permalink
ci: Add cargo test
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Aug 26, 2024
1 parent cb34830 commit 6a87a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: cargo fmt -- --check
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose -- --nocapture

build:
needs: test
Expand Down

0 comments on commit 6a87a13

Please sign in to comment.