Skip to content

Commit

Permalink
Merge pull request #1829 from itowlson/ci-unit-tests-out-of-space
Browse files Browse the repository at this point in the history
Rescue space for Linux unit tests to run for now
  • Loading branch information
itowlson authored Oct 2, 2023
2 parents 2688833 + 7a5c1ec commit 3ae15a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ jobs:
nomad: true
hippo: true

# FIXME: THIS IS THE SHORTEST-TERM OF ALL SHORT-TERM FIXES
- name: Rescue some space for Linux tests
if: matrix.os == 'ubuntu-latest'
run: |
rm -rf ./target/debug/deps
rm -rf ./target/debug/build
- name: Cargo Unit Tests
run: |
make test-unit
Expand Down

0 comments on commit 3ae15a2

Please sign in to comment.