Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoLeonardo authored Feb 9, 2024
1 parent 0231c26 commit c9b60b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: cargo test --doc
- name: Clippy
run: cargo clippy --all --all-features -- --deny warnings
- name: Examples
run: cargo build --examples
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit c9b60b0

Please sign in to comment.