From 7a61a99d27346927234d93412805d33cc68d0acc Mon Sep 17 00:00:00 2001 From: glihm Date: Sun, 20 Oct 2024 22:02:12 -0600 Subject: [PATCH] ci: add example run in the tests --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2a1c7f..b728a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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