Skip to content

Commit

Permalink
Run all tests on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Feb 7, 2023
1 parent 9991e15 commit 7c2aa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: |
python3 -m pytest -m "fast and not cpu" --memray -vv
python3 -m pytest -m "not cpu" --memray -vv
tests:
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit 7c2aa8d

Please sign in to comment.