Skip to content

Commit 0ca9cfb

Browse files
committed
Working on Actions and Testing
1 parent 739bd35 commit 0ca9cfb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38-
# - name: Test connection IPv4
39-
# run: |
40-
# pytest test/test_connection.py::Test_Connections_for_IPv4 -v
41-
# - name: Test connection IPv6
42-
# run: |
43-
# pytest test/test_connection.py::Test_Connections_for_IPv6 -v
38+
- name: Test connection IPv4
39+
run: |
40+
pytest test/test_connection.py::Test_Connections_for_IPv4 -v
41+
- name: Test connection IPv6
42+
run: |
43+
pytest test/test_connection.py::Test_Connections_for_IPv6 -v
4444
- name: Test discovery
4545
run: |
4646
pytest test/test_discovery.py -v

0 commit comments

Comments
 (0)