From 751667f3833f5239bc1a7dca2eae28f1791999ff Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 5 Dec 2023 22:52:13 +0100 Subject: [ci]: run tests in example and generate doc for examples --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c98d2fb..1c025c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,3 +26,6 @@ jobs: - name: Run tests run: cargo test --verbose + + - name: Run example tests + run: cargo test --examples --verbose -- cgit v1.2.3