diff options
| author | Yuval Adam <_@yuv.al> | 2021-05-14 21:53:17 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-05-14 21:53:17 +0300 |
| commit | 3733b669471081fa21d35b5eda3d4765aaf14d68 (patch) | |
| tree | b0c4e81a90a4fb1f62c029d1a47168ebf3b10f7e /.github/workflows | |
| parent | a12a4551a1401ba961c5311a5f580dc792c22830 (diff) | |
Initial module structure
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
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 |
