Skip to content

Commit c629815

Browse files
committed
Turn off spin-test in CI for now (issue on the spin-test side we believe)
Signed-off-by: itowlson <[email protected]>
1 parent 0f138c5 commit c629815

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ jobs:
2424
- name: Install Wasm Rust target
2525
run: rustup target add wasm32-wasip1
2626

27-
- name: Install spin-test
28-
run: |
29-
mkdir spin-install
30-
cd spin-install
31-
curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
32-
sudo mv spin /usr/local/bin/
33-
spin plugin install -u https://github.com/fermyon/spin-test/releases/download/canary/spin-test.json --yes
34-
3527
- name: Install cargo-component
3628
uses: baptiste0928/cargo-install@v3
3729
with:
@@ -40,6 +32,5 @@ jobs:
4032
- name: Make
4133
run: |
4234
make
43-
make spin-test
4435
env:
4536
RUST_LOG: spin=trace

0 commit comments

Comments
 (0)