From 6e8ef45c3cb76ae2b8e4efce3ec964b8ad2f1c2e Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Tue, 26 Nov 2024 15:18:44 +0000 Subject: [PATCH] run test once --- .github/workflows/test.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae3925b8..edf2b2b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,23 +56,11 @@ jobs: env: FORCE_COLOR: 1 - - name: Run NumPy tests and generate coverage report + - name: Run tests wih every array backend and generate coverage report run: nox -s coverage-${{ matrix.python-version }} --verbose env: FORCE_COLOR: 1 - GLASS_ARRAY_BACKEND: numpy - - - name: Run array API strict tests - run: nox -s tests-${{ matrix.python-version }} --verbose - env: - FORCE_COLOR: 1 - GLASS_ARRAY_BACKEND: array_api_strict - - - name: Run JAX tests - run: nox -s tests-${{ matrix.python-version }} --verbose - env: - FORCE_COLOR: 1 - GLASS_ARRAY_BACKEND: jax + GLASS_ARRAY_BACKEND: all - name: Coveralls requires XML report run: coverage xml