Skip to content

Commit

Permalink
ci: run unit tests (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVujic authored Mar 7, 2024
1 parent 89eb415 commit 8d650f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ orbs:
python: circleci/python@2.1.1

jobs:
lint:
test:
executor:
name: python/default
tag: "3.8"
Expand All @@ -16,9 +16,10 @@ jobs:
python --version
poetry run flake8 ./poetry_multiproject_plugin
poetry run mypy ./poetry_multiproject_plugin
name: Linting
poetry run pytest -v
name: Linting and Testing

workflows:
main:
jobs:
- lint
- test

0 comments on commit 8d650f9

Please sign in to comment.