From ae216bd932cf1ac58178e6bc5ff7bed477cfce5a Mon Sep 17 00:00:00 2001 From: rvcas Date: Wed, 16 Aug 2023 13:33:54 -0400 Subject: [PATCH] test(ci): run examples too --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ab6a7a31..cdc1776c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,10 @@ jobs: run: cargo build --verbose --workspace - name: Run unit tests run: cargo test --verbose --workspace + - name: Run examples + run: | + cargo run -- check examples/hello_world + cargo run -- check examples/gift_card - name: Run acceptance tests working-directory: examples/acceptance_tests run: |