Skip to content

Commit cbfb790

Browse files
committed
fix typo
1 parent 2dc0ec6 commit cbfb790

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
working-directory: ./wasm-test
287287

288288
miri:
289-
name: "miri"
289+
name: "Miri"
290290
runs-on: ubuntu-latest
291291
env:
292292
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-backtrace=full -Zmiri-disable-isolation
@@ -306,8 +306,9 @@ jobs:
306306
run: cargo miri nextest run --no-fail-fast -p vortex-buffer
307307

308308
release_dry_run:
309+
name: "Release dry run"
309310
runs-on:
310-
- ubunutu-latest
311+
- ubuntu-latest
311312
steps:
312313
- uses: actions/checkout@v4
313314
with:

0 commit comments

Comments
 (0)