lfoppiano commited on
Commit
d918754
1 Parent(s): 46aa706

test the tests

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-build.yml +3 -3
.github/workflows/ci-build.yml CHANGED
@@ -34,9 +34,9 @@ jobs:
34
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- # - name: Test with pytest
38
- # run: |
39
- # pytest
40
 
41
  docker-build:
42
  needs: [build]
 
34
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
+ - name: Test with pytest
38
+ run: |
39
+ pytest
40
 
41
  docker-build:
42
  needs: [build]