Skip to content

Commit

Permalink
Remove venvs and test-crate targets to free up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 1, 2022
1 parent 6a16b34 commit 488ef5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ jobs:
run: echo "MATURIN_TEST_PYTHON=pypy3" >> $GITHUB_ENV
- name: cargo test
run: cargo nextest run --features password-storage
- name: free up disk space
shell: bash
run: rm -rf test-crates/venvs test-crates/targets
- name: test cross compiling with zig
shell: bash
run: |
Expand Down

0 comments on commit 488ef5f

Please sign in to comment.