Skip to content

Commit

Permalink
Merge pull request #1859 from lann/embiggen-ci
Browse files Browse the repository at this point in the history
ci: Embiggen build runner
  • Loading branch information
lann authored Oct 9, 2023
2 parents b1f9e41 + e13ea8e commit 78e0f7f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:

test-rust:
name: Test Spin SDK - Rust
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.runner }}
needs: [lint-rust]
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runner: [ubuntu-22.04-4core-spin, macos-latest]
steps:
- uses: actions/checkout@v3

Expand All @@ -116,13 +116,6 @@ jobs:
rust-cache: true
nomad: 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 78e0f7f

Please sign in to comment.