We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a5877 commit 69db708Copy full SHA for 69db708
.github/workflows/rust.yml
@@ -16,8 +16,6 @@ jobs:
16
uses: taiki-e/install-action@v2
17
with:
18
tool: cargo-binstall
19
- - name: Verify cargo-binstall
20
- run: cargo binstall --version
21
- name: Install cargo-nextest
22
run: cargo binstall cargo-nextest --secure --no-confirm
23
- name: Check formatting
0 commit comments