We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914cd21 commit 45c852fCopy full SHA for 45c852f
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
toolchain: ${{ matrix.toolchain.version }}
42
43
- name: Install just, nextest
44
- uses: taiki-e/install-action@v2.52.4
+ uses: taiki-e/install-action@v2.55.3
45
with:
46
tool: just,nextest
47
.github/workflows/coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
components: llvm-tools-preview
24
25
- name: Install just & cargo-llvm-cov
26
27
28
tool: just,cargo-llvm-cov
29
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
components: clippy
30
- name: Install just, cargo-hack
31
32
33
tool: just,cargo-hack
34
0 commit comments