From c9ba166a61ee963aca8094bb0da9747d4f9d2203 Mon Sep 17 00:00:00 2001 From: SabineH Date: Sat, 29 May 2021 17:22:37 +0200 Subject: [PATCH] Test examples in github actions workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e221a21c..8f9b644c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: - name: Test with pytest run: | - coverage run -m pytest tests/ + coverage run -m pytest tests/ examples/ - name: Check test coverage run: |