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 8, 2024
1 parent 8a4bbd0 commit bbe4cf2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,17 @@ jobs:
pip install -r requirements.txt
maturin develop --release
- name: Run tests
run: |
run: | python examples/encrypt.py
python examples/encrypt_from.py
python examples/encrypt_file.py
python benches/bench.py
.env\Scripts\activate
pytest
python examples/lock_and_zeroize.py
python examples/encrypt.py
python examples/encrypt_from.py
python examples/encrypt_file.py
python benches/bench.py
build_linux:
needs: [test_linux, test_macos, test_windows]
runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit bbe4cf2

Please sign in to comment.