Skip to content

Commit 6c6c1dc

Browse files
Brooooooklynanonrig
authored andcommitted
test: use criterion to run benchmark
1 parent 51b8fd7 commit 6c6c1dc

File tree

4 files changed

+566
-29
lines changed

4 files changed

+566
-29
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Cargo Check
4242
shell: bash
4343
run: |
44-
rustup run nightly cargo check --all-targets --all-features --locked
45-
rustup run nightly cargo test --no-run --all-targets --all-features
44+
cargo check --all-targets --all-features --locked
45+
cargo test --no-run --all-targets --all-features
4646
4747
format:
4848
name: Format

0 commit comments

Comments
 (0)