Skip to content

Commit

Permalink
more CI unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Dec 5, 2023
1 parent fd35ac0 commit 1c27209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
run: python -c "import sys; print(sys.version)"

- name: Prepare tests
run: 'make info deps'
run: 'make info deps scoredeps'

- name: Run tests
run: 'make test'
Expand Down

0 comments on commit 1c27209

Please sign in to comment.