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 31d598f commit 09a4bd8Copy full SHA for 09a4bd8
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
# we only care about the MSRV with respect to the lib target
32
features: "--all-targets --all-features"
33
steps:
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
35
- uses: dtolnay/rust-toolchain@master
36
with:
37
toolchain: ${{ matrix.rust }}
@@ -41,7 +41,7 @@ jobs:
41
name: test
42
runs-on: ubuntu-latest
43
44
45
- uses: dtolnay/rust-toolchain@stable
46
- run: cargo test --all-features
47
0 commit comments