We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faa4409 + ff3dbdd commit b285630Copy full SHA for b285630
.github/workflows/ci.yml
@@ -7,10 +7,11 @@ jobs:
7
name: Test
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
11
- - uses: dtolnay/rust-toolchain@1.60.0
+ - uses: actions/checkout@v4
+ - uses: dtolnay/rust-toolchain@1.74.0
12
with:
13
components: rustfmt
14
+ - uses: Swatinem/rust-cache@v2
15
- run: cargo fmt -- --check
16
- run: cargo test
17
- run: cargo bench
.gitignore
@@ -1,2 +1 @@
1
target
2
-Cargo.lock
0 commit comments