Skip to content

Commit b8ed2c9

Browse files
committed
fix ci config
1 parent 289a8c7 commit b8ed2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
- uses: Swatinem/rust-cache@v2
355355
- run: cargo test --target wasm32-wasip1
356356

357-
wasi_p2:
357+
wasi_p2:
358358
name: WASIp2
359359
runs-on: ubuntu-24.04
360360
steps:
@@ -372,7 +372,7 @@ wasi_p2:
372372
- uses: Swatinem/rust-cache@v2
373373
- run: cargo test --target wasm32-wasip2
374374

375-
wasi_p3:
375+
wasi_p3:
376376
name: WASIp3
377377
runs-on: ubuntu-24.04
378378
steps:

0 commit comments

Comments
 (0)