Skip to content

Commit 5cfa3d5

Browse files
committed
Faster benchmark CI job
1 parent 136a63f commit 5cfa3d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: install Rust stable
2121
uses: dtolnay/rust-toolchain@stable
22-
- name: Build
23-
run: cargo build --release
2422
- name: Run benchmark
25-
run: ./target/release/codebook --benchmark
23+
run: make benchmark
2624
test:
2725
name: Test
2826
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)