Skip to content

Commit

Permalink
Exclude wheel from benchmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Feb 6, 2024
1 parent 02f0a02 commit 06e154c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ jobs:

- name: cargo bench
run: |
cargo bench --all
cargo bench --workspace --exclude chia_rs
1 change: 0 additions & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ readme = "README.md"
name = "chia_rs"
crate-type = ["cdylib"]
path = "src/lib.rs"
bench = false

[dependencies]
clvmr = "0.5.0"
Expand Down

0 comments on commit 06e154c

Please sign in to comment.