Skip to content

Commit

Permalink
We don't actually have any unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Dec 22, 2020
1 parent 88b58ee commit 0961dff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,3 @@ jobs:
- run: black --check karton/
- run: flake8 karton/
- run: mypy --namespace-packages karton/
unittest:
runs-on: ubuntu-latest
strategy:
matrix:
minor: [6, 7, 8, 9]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.${{ matrix.minor }}
- run: pip install -r requirements.txt
- run: python -m unittest discover

0 comments on commit 0961dff

Please sign in to comment.