Skip to content

Commit

Permalink
Run tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-mausch committed Jul 3, 2023
1 parent 7c823f3 commit dac2e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
with:
toolchain: stable
- run: cargo clippy --all-targets --all-features
- run: cargo check
- run: cargo test --all
- run: cargo build --release --all-features

0 comments on commit dac2e8c

Please sign in to comment.