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 0f44b27 commit 0b1efabCopy full SHA for 0b1efab
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
rust: 1.0.0
25
timeout-minutes: 45
26
steps:
27
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
28
- uses: ./
29
name: Run dtolnay/rust-toolchain${{contains(matrix.rust, ' ') && ' for ' || '@'}}${{matrix.rust}}
30
id: toolchain
README.md
@@ -16,7 +16,7 @@ jobs:
16
name: cargo test
17
runs-on: ubuntu-latest
18
19
20
- uses: dtolnay/rust-toolchain@stable
21
- run: cargo test --all-features
22
```
0 commit comments