Skip to content

Commit 51905ad

Browse files
committed
Add cargo shear CI step
1 parent 0768cf8 commit 51905ad

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,3 +544,17 @@ jobs:
544544
run: wasmer run --dir `pwd` target/wasm32-wasip1/release/rustpython.wasm -- `pwd`/extra_tests/snippets/stdlib_random.py
545545
- name: run cpython unittest
546546
run: wasmer run --dir `pwd` target/wasm32-wasip1/release/rustpython.wasm -- `pwd`/Lib/test/test_int.py
547+
548+
cargo-shear:
549+
name: cargo shear
550+
runs-on: ubuntu-latest
551+
steps:
552+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
553+
with:
554+
persist-credentials: false
555+
556+
- uses: cargo-bins/cargo-binstall@1800853f2578f8c34492ec76154caef8e163fbca # v1.17.7
557+
558+
- run: cargo binstall --no-confirm cargo-shear
559+
560+
- run: cargo shear

0 commit comments

Comments
 (0)