Skip to content

Commit

Permalink
Reduce disk usage when collecting coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Feb 29, 2024
1 parent 2d14265 commit 96b841c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
env:
RUST_BACKTRACE: 1
PRUSTI_ASSERT_TIMEOUT: 60000
# Disable incremental builds to reduce disk usage
CARGO_INCREMENTAL: 1

jobs:
test:
Expand Down Expand Up @@ -56,6 +58,9 @@ jobs:
cd prusti-contracts/prusti-contracts-test/
cargo build
- name: Report disk usage
run: df -h

- name: Collect coverage
run: |
curl -sL https://github.com/mozilla/grcov/releases/latest/download/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf -
Expand Down

0 comments on commit 96b841c

Please sign in to comment.