From f790923a1cba38da3b3864cd3b134962214dfc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=CC=81o=20Monnom?= Date: Tue, 14 Nov 2023 00:20:03 -0800 Subject: [PATCH] fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e902b742..f8cc4671 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,5 +18,5 @@ jobs: - name: Run tests run: | pip3 install pytest ./livekit-protocol ./livekit-api ./livekit-rtc - pytest . + pytest . --ignore=livekit-rtc/rust-sks