From 5f01dc9ef82dc0619bada41732d3be2031f148b3 Mon Sep 17 00:00:00 2001 From: TJ Porter Date: Sun, 15 Oct 2023 18:49:57 -0500 Subject: [PATCH] [CHANGE] Turned back on functionality tests. --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 85c40ec..97c2125 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -35,5 +35,4 @@ jobs: docker build docker -t pyvoip/tests docker run --add-host host.docker.internal:host-gateway -d -p 5060:5060/udp -p 5061-5062:5061-5062/tcp pyvoip/tests - name: pytest - # run: pytest --check-func - run: pytest + run: pytest --check-func