We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo shear CI step
1 parent 0768cf8 commit 51905adCopy full SHA for 51905ad
1 file changed
.github/workflows/ci.yaml
@@ -544,3 +544,17 @@ jobs:
544
run: wasmer run --dir `pwd` target/wasm32-wasip1/release/rustpython.wasm -- `pwd`/extra_tests/snippets/stdlib_random.py
545
- name: run cpython unittest
546
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