Skip to content

Commit

Permalink
Add test task
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jun 30, 2023
1 parent 5b9fbf5 commit 03162c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ tasks:
- task: build
cmds:
- docker buildx build --build-context dist=./dist -t aksw/quitstore .

test:
desc: Run the quit store tests
cmds:
- poetry run pytest --cov=quit --cov-report=term-missing

0 comments on commit 03162c8

Please sign in to comment.