From ee10f9fecbb2df136236f3f293ed988caaa9ff19 Mon Sep 17 00:00:00 2001 From: archis Date: Sat, 14 Sep 2024 13:21:28 -0700 Subject: [PATCH] vfp test --- .github/workflows/cpu-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpu-tests.yaml b/.github/workflows/cpu-tests.yaml index 0f155cd..f5d9c95 100644 --- a/.github/workflows/cpu-tests.yaml +++ b/.github/workflows/cpu-tests.yaml @@ -8,6 +8,7 @@ on: push: branches: - main + - feature/package # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -34,4 +35,4 @@ jobs: - name: Test with pytest run: | - CPU_ONLY=True pytest tests/test_lpse2d tests/test_vlasov1d + CPU_ONLY=True pytest tests/test_lpse2d tests/test_vlasov1d tests/test_vfp1d