summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-05-14 21:53:17 +0300
committerYuval Adam <_@yuv.al>2021-05-14 21:53:17 +0300
commit3733b669471081fa21d35b5eda3d4765aaf14d68 (patch)
treeb0c4e81a90a4fb1f62c029d1a47168ebf3b10f7e /.github/workflows/build.yml
parenta12a4551a1401ba961c5311a5f580dc792c22830 (diff)
Initial module structure
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e4ba0f7..bbe168b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,6 +25,6 @@ jobs:
- name: Run pylint
run: |
pipenv run lint
- # - name: Test with pytest
- # run: |
- # pipenv run test
+ - name: Test with pytest
+ run: |
+ pipenv run test