mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-24 02:31:44 +03:00
fix name of the CI
This commit is contained in:
parent
5d7fea6215
commit
6ffd8a5e49
4
.github/workflows/wasm.yml
vendored
4
.github/workflows/wasm.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: WASM Tests
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
@ -14,7 +14,7 @@ env:
|
||||
|
||||
jobs:
|
||||
test-wasm-parser:
|
||||
name: Test Package ${{ matrix.os }}
|
||||
name: Test WASM on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
run:
|
||||
|
Loading…
Reference in New Issue
Block a user