Skip to content

Commit

Permalink
Revert "[DEBUG CI] only run bad test"
Browse files Browse the repository at this point in the history
This reverts commit 1b2139d.

done with debug
  • Loading branch information
gnodar01 committed Feb 7, 2024
1 parent 127677c commit ea6a2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Run Tests
timeout-minutes: 10
run: |
pytest --tb=long --show-capture=all -vvv --color=yes --code-highlight=yes --timeout=300 -k 'not test_load_objects and not test_load_single_object and test_04_05_exception' ${{ github.workspace }}/tests/core/
pytest --tb=long --show-capture=all -vvv --color=yes --code-highlight=yes --timeout=300 -k 'not test_load_objects and not test_load_single_object' ${{ github.workspace }}/tests/core
test-library:
name: Install and test Library
Expand Down

0 comments on commit ea6a2e6

Please sign in to comment.