We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018ae6f commit 0d19104Copy full SHA for 0d19104
1 file changed
.github/workflows/rust.yml
@@ -59,14 +59,14 @@ jobs:
59
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
60
if: ${{ github.ref != 'refs/heads/main' }}
61
- name: Build all targets with all features
62
- uses: actions-rs/cargo@v1
+ uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
63
with:
64
command: build
65
args: --all-targets --all-features
66
- name: Install latest nextest release
67
- uses: taiki-e/install-action@nextest
+ uses: taiki-e/install-action@346e6932387e86d346750c41324ffe7d03fd9986 # nextest
68
- name: Test with latest nextest release
69
70
71
command: nextest
72
args: run --all-features --profile ci
0 commit comments