Skip to content

Commit

Permalink
Tune GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jul 20, 2022
1 parent ce6b9e9 commit 506e601
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: easimon/maximize-build-space@master # https://github.com/easimon/maximize-build-space
with:
root-reserve-mb: 4096
temp-reserve-mb: 4096
temp-reserve-mb: 1024
swap-size-mb: 8192
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"
Expand All @@ -34,6 +35,7 @@ jobs:
- name: Build for Cargo test
run: cargo test --no-run --verbose --workspace
- name: Show disk usage
if: always()
run: df -h
- name: Run Cargo test
run: cargo test --verbose --workspace

0 comments on commit 506e601

Please sign in to comment.