Skip to content

Commit

Permalink
GitHub Actions build: Add more tests
Browse files Browse the repository at this point in the history
Re-enable some tests that were disabled in #6591.
Fixes #8818
  • Loading branch information
cclauss committed Jun 25, 2023
1 parent 267a8b7 commit 9228f73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Run tests
# See: #6591 for re-enabling tests on Python v3.11
run: pytest
--ignore=computer_vision/cnn_classification.py
--ignore=machine_learning/lstm/lstm_prediction.py
--ignore=quantum/
--ignore=project_euler/
--ignore=scripts/validate_solutions.py
--cov-report=term-missing:skip-covered
Expand Down

0 comments on commit 9228f73

Please sign in to comment.