We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2ec5e commit 0dc4609Copy full SHA for 0dc4609
.github/workflows/test_rust_workflow.yml
@@ -49,9 +49,9 @@ jobs:
49
with:
50
cache-all-crates: true
51
- name: Install nextest
52
- uses: taiki-e/install-action@v2
53
- with:
54
- tool: [email protected]
+ uses: taiki-e/install-action@nextest
+ - name: Install cargo-hack
+ uses: taiki-e/install-action@cargo-hack
55
- uses: actions/setup-python@v5
56
57
python-version: '3.12'
0 commit comments