Skip to content

Commit

Permalink
ci: add example run in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Oct 21, 2024
1 parent 83d7d57 commit 7a61a99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
timeout_minutes: 20
max_attempts: 3
retry_wait_seconds: 30
command: cargo test --workspace --all-features
command: |
cargo test --workspace --all-features
cargo run --example structs --all-features

0 comments on commit 7a61a99

Please sign in to comment.