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.
2 parents dc97929 + 0ee14da commit eb49570Copy full SHA for eb49570
.github/workflows/CI.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Check
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- uses: dtolnay/rust-toolchain@stable
16
- run: cargo check --all-features
17
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
os: [ubuntu-latest, macos-latest, windows-latest]
24
25
26
27
- run: cargo test
28
- run: cargo test --all-features
@@ -31,7 +31,7 @@ jobs:
31
name: Rustfmt
32
33
34
35
36
with:
37
components: rustfmt
0 commit comments