Skip to content

Commit 8c7f61c

Browse files
add benchmarks, fix ci, fix a classify bug
1 parent 995878a commit 8c7f61c

8 files changed

Lines changed: 520 additions & 20 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77

88
jobs:
99
tests:
10-
runs-on: ubuntu-latest-ARM64
10+
runs-on: ubuntu-24.04-arm
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
with:
15+
lfs: true
1416

1517
- uses: dtolnay/rust-toolchain@master
1618
with:
@@ -23,7 +25,7 @@ jobs:
2325
run: cargo test
2426

2527
fmt:
26-
runs-on: ubuntu-latest-ARM64
28+
runs-on: ubuntu-24.04-arm
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4
@@ -37,7 +39,7 @@ jobs:
3739
cargo fmt --all -- --check
3840
3941
clippy:
40-
runs-on: ubuntu-latest-ARM64
42+
runs-on: ubuntu-24.04-arm
4143
steps:
4244
- name: Checkout
4345
uses: actions/checkout@v4

0 commit comments

Comments
 (0)