File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -364,14 +364,6 @@ jobs:
364364 - run : rustup component add clippy
365365 - run : cargo clippy --workspace --all-targets --exclude dl --exclude component
366366
367- typos :
368- runs-on : ubuntu-latest
369- steps :
370- - uses : actions/checkout@v6
371- - uses : cargo-bins/cargo-binstall@v1.17.9
372- - run : cargo binstall typos-cli@1.44.0 --no-confirm
373- - run : typos
374-
375367 verify-publish :
376368 if : github.repository_owner == 'bytecodealliance'
377369 runs-on : ubuntu-latest
@@ -391,21 +383,20 @@ jobs:
391383 name : Record the result of testing and building steps
392384 runs-on : ubuntu-latest
393385 needs :
394- - build
386+ - test
387+ - testdl
388+ - wasm
389+ - rustfmt
390+ - fuzz
395391 - check
396- - clippy
397392 - doc
398- - fuzz
399- - generated_files_up_to_date
400- - rustfmt
401- - test
402- - test-prefer-btree-collections
393+ - build
394+ - verify-publish
403395 - test_capi
404396 - test_extra_features
405- - testdl
406- - typos
407- - verify-publish
408- - wasm
397+ - test-prefer-btree-collections
398+ - clippy
399+ - generated_files_up_to_date
409400 if : always()
410401
411402 steps :
@@ -435,3 +426,5 @@ jobs:
435426 submodules : true
436427 fetch-depth : 0
437428 - uses : ./.github/actions/publish-release
429+ with :
430+ cargo_token : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments