summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2022-08-31 09:21:53 -0500
committerArtem Bityutskiy <dedekind1@gmail.com>2022-09-03 20:09:32 +0300
commit7299ff086863abf5ece687832139f6ac240afd38 (patch)
tree1f0a04dd79a140cd61ec7791ea10ac982fce54d4
parent3a8da498d93dc12ae617f8ba873ffae7f81f4ec4 (diff)
ci: Run test suite
Runs the test suite as part of github actions Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ff83f72..0c5ca39 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,3 +44,5 @@ jobs:
# Installs poetry
curl -sSL https://install.python-poetry.org | python3 -
poetry install -n
+ - name: Run tests
+ run: poetry run python -m unittest -bv