Skip to content

Commit 5ccbb2c

Browse files
committed
Fix github workflows
1 parent 7d3215d commit 5ccbb2c

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- uses: dtolnay/rust-toolchain@stable
1920
- name: Build
2021
run: cargo build --verbose
2122
- name: Run tests

Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,3 @@ harness = false
4848
[[bench]]
4949
name = "uluru_bench"
5050
harness = false
51-
52-
[[bench]]
53-
name = "large_n_benchmarks"
54-
harness = false
55-
56-
[[bench]]
57-
name = "tiny_lru_large_bench"
58-
harness = false
59-
60-
[[bench]]
61-
name = "lru_rs_large_bench"
62-
harness = false
63-
64-
[[bench]]
65-
name = "schnellru_large_bench"
66-
harness = false

0 commit comments

Comments
 (0)