Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 22, 2024
1 parent b07cd3f commit 445f102
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 445f102

Please sign in to comment.