Skip to content

Commit

Permalink
Merge pull request #59 from mjhouse/update_tests
Browse files Browse the repository at this point in the history
Updated validate workflow
  • Loading branch information
mjhouse authored Mar 15, 2024
2 parents ff40ca2 + bc2a68c commit be76aac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
rustup component add llvm-tools-preview &&
cargo install grcov
- name: Build the library
run: cargo build --verbose

- name: Test the library
run: cargo test --verbose
run: |
cargo clean &&
cargo test
- name: Generate code coverage
run: |
Expand Down

0 comments on commit be76aac

Please sign in to comment.