We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018ae6f commit d764ee9Copy full SHA for d764ee9
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@1db2b6dcae90947f1aadcd94696a26be14a0c1d4 # nextest
68
- name: Test with latest nextest release
69
70
71
command: nextest
72
args: run --all-features --profile ci
0 commit comments