Skip to content

Commit 373b837

Browse files
committed
.
1 parent cbfb790 commit 373b837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 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
@@ -321,7 +321,7 @@ jobs:
321321
id: run-release-plz
322322
uses: MarcoIeni/[email protected]
323323
with:
324-
command: release --dry-run
324+
command: release --dry-run -v
325325
env:
326326
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
327327
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)