From 2121277d608f118b2a601183d555ad89be4780e1 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 8 Dec 2023 00:57:29 +0100 Subject: ci: fix gh action; add run examples --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bdd74ed..38df357 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,10 @@ jobs: run: make -C ci check-clippy - name: Run tests - run: make -C ci check-test + run: make -C ci check-tests - name: Run example tests run: make -C ci check-examples + + - name: Run examples + run: make -C ci run-examples -- cgit v1.2.3