Skip to content

Commit

Permalink
Tidy up after test so we don't hog all the disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 5, 2023
1 parent 5374ebb commit 21e0654
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ jobs:
submodules: true # recursively checkout submodules
fetch-depth: 0 # to diff with origin/main
- uses: Swatinem/rust-cache@v2
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Symlink Headers
if: runner.os == 'Linux'
# We can't install gcc-multilib which would usually do this for us due to collisions with other packages
Expand Down
6 changes: 6 additions & 0 deletions fuzzers/qemu_coverage/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ windows_alias = "unsupported"

[tasks.test_unix]
dependencies = [ "all" ]
# Tidy up after we've run our tests so we don't hog all the disk space
command = "cargo"
args = [
"make",
"clean",
]

[tasks.clean]
linux_alias = "clean_unix"
Expand Down

0 comments on commit 21e0654

Please sign in to comment.