We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1f9e41 + e13ea8e commit 78e0f7fCopy full SHA for 78e0f7f
.github/workflows/build.yml
@@ -100,11 +100,11 @@ jobs:
100
101
test-rust:
102
name: Test Spin SDK - Rust
103
- runs-on: ${{ matrix.os }}
+ runs-on: ${{ matrix.runner }}
104
needs: [lint-rust]
105
strategy:
106
matrix:
107
- os: [ubuntu-latest, macos-latest]
+ runner: [ubuntu-22.04-4core-spin, macos-latest]
108
steps:
109
- uses: actions/checkout@v3
110
@@ -116,13 +116,6 @@ jobs:
116
rust-cache: true
117
nomad: true
118
119
- # FIXME: THIS IS THE SHORTEST-TERM OF ALL SHORT-TERM FIXES
120
- - name: Rescue some space for Linux tests
121
- if: matrix.os == 'ubuntu-latest'
122
- run: |
123
- rm -rf ./target/debug/deps
124
- rm -rf ./target/debug/build
125
-
126
- name: Cargo Unit Tests
127
run: |
128
make test-unit
0 commit comments