From 891186675f57b8be7b75e0c580dbf1383c675f99 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 3 May 2024 09:47:26 -0500 Subject: [PATCH] Add CI step running pytest . --- .github/workflows/core.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 72140e5e..2f58b46f 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -84,7 +84,10 @@ jobs: uses: ./.github/actions/install with: install-target: -r requirements-dev.txt - - name: Run pytest + - name: Run pytest . + run: | + pytest -v . + - name: Run pytest idaes_examples run: | pwd ls idaes_examples