Skip to content

Commit

Permalink
run test once
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Nov 26, 2024
1 parent cdf6f1e commit 6e8ef45
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e8ef45

Please sign in to comment.