Skip to content

Commit

Permalink
revert slow test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Nov 14, 2024
1 parent 749fb60 commit 9194001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ jobs:
run: |
PYTEST_ARGS+=" --ignore=openff/toolkit/_tests/test_examples.py"
PYTEST_ARGS+=" --ignore=openff/toolkit/_tests/test_links.py"
#if [[ "$GITHUB_EVENT_NAME" == "schedule" ]]; then
PYTEST_ARGS+=" --runslow"
#fi
if [[ "$GITHUB_EVENT_NAME" == "schedule" ]]; then
PYTEST_ARGS+=" --runslow"
fi
python -m pytest --durations=20 $PYTEST_ARGS $COV
Expand Down

0 comments on commit 9194001

Please sign in to comment.