From 8dad883504dbf3834250b1c928f68b1b67ae1c5b Mon Sep 17 00:00:00 2001 From: Luis Manuel Diaz Angulo Date: Thu, 26 Dec 2024 22:28:05 +0100 Subject: [PATCH] Update ubuntu.yml to enable HDF tests in the wrapper tests --- .github/workflows/ubuntu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2daa322f..7a1f1ea3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -87,7 +87,8 @@ jobs: - name: Run all wrapper tests env: SEMBA_FDTD_ENABLE_MTLN: ${{ matrix.mtln }} - run: python -m pytest -m 'not mtln' test/ + SEMBA_FDTD_ENABLE_HDF: ${{ matrix.hdf }} + run: python -m pytest test/