Skip to content

Commit a678f83

Browse files
committed
fix pipeline as costs are no longer logged in this repo; also machete
1 parent 1a6c764 commit a678f83

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Run tests
3636
run: cargo tarpaulin --release --workspace --all-features --out xml
3737

38-
- name: Log costs
39-
run: cat *.costs
40-
4138
- name: Cleanup coverage reports
4239
run: rm -f cobertura.xml
4340

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ clvmr = "0.14.0"
1212
chia = "0.26.0"
1313
clvm-traits = "0.26.0"
1414
chia-puzzle-types = "0.26.0"
15-
hex-literal = "0.4.1"
16-
bip39 = "2.2.0"
1715
getrandom = "0.3.2"
1816
serde = { version = "1.0.219", features = ["derive"] }
1917
serde_json = "1.0.140"

0 commit comments

Comments
 (0)