Skip to content

Commit

Permalink
Merge pull request #1226 from dandi/bf-obolibrary
Browse files Browse the repository at this point in the history
Revert "Temporarily disable all tests which talk to obolibrary" - ontobee said to be back
  • Loading branch information
yarikoptic committed Feb 25, 2023
2 parents 49bb123 + 5823aef commit a7af085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run all tests
if: matrix.mode != 'dandi-api'
run: |
python -m pytest -s -v --cov=dandi --cov-report=xml -m "not obolibrary" dandi
python -m pytest -s -v --cov=dandi --cov-report=xml dandi
- name: Smoke test example code in docs
if: matrix.mode != 'dandi-api' && github.event_name == 'schedule'
Expand Down

0 comments on commit a7af085

Please sign in to comment.