Skip to content

Commit

Permalink
Run Rust tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed Jun 21, 2024
1 parent 75901ed commit a16b665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ jobs:
- name: Ensure the --no-default-features build passes too
run: cargo build --no-default-features
working-directory: rust
- name: Ensure tests pass
run: cargo test
working-directory: rust

0 comments on commit a16b665

Please sign in to comment.