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 163606c commit 6beadf7Copy full SHA for 6beadf7
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@132b6d4aaab26f88e6372807be16a43977a9b0cb # nextest
68
- name: Test with latest nextest release
69
70
71
command: nextest
72
args: run --all-features --profile ci
0 commit comments