From 445f1023e740144b71a5fae46645af60ccac06be Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sat, 22 Jun 2024 15:22:45 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 59507f6..820a62b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -127,12 +127,7 @@ jobs: - name: Run tests run: | .env\Scripts\activate - - pytest - if ($LASTEXITCODE) { exit $LASTEXITCODE } - - python examples/lock_and_zeroize.py - if ($LASTEXITCODE) { exit $LASTEXITCODE } + cmd /c tests.bat build_linux: needs: [test_rust, test_py_linux, test_py_macos, test_py_windows]