Skip to content

Commit b285630

Browse files
authored
Merge pull request #69 from Swatinem/lockfile
Add `Cargo.lock` to the repo to fix flaky CI
2 parents faa4409 + ff3dbdd commit b285630

File tree

4 files changed

+615
-4
lines changed

4 files changed

+615
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77
name: Test
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: dtolnay/rust-toolchain@1.60.0
10+
- uses: actions/checkout@v4
11+
- uses: dtolnay/rust-toolchain@1.74.0
1212
with:
1313
components: rustfmt
14+
- uses: Swatinem/rust-cache@v2
1415
- run: cargo fmt -- --check
1516
- run: cargo test
1617
- run: cargo bench

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
target
2-
Cargo.lock

0 commit comments

Comments
 (0)