Skip to content

Commit 0c87526

Browse files
author
Dominik Neise
committed
run s2gs test again
1 parent 2b1fc84 commit 0c87526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ my-steps: &steps
1010
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
1111
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1212
#- run: pytest # test_s2gs test_replays
13-
# - run: python -m unittest discover test_s2gs
13+
- run: python -m unittest discover test_s2gs
1414
- run: python -m unittest discover test_replays
1515

1616
jobs:

0 commit comments

Comments
 (0)