Skip to content

Commit

Permalink
patch build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 5, 2024
1 parent ec5c54e commit 580e1a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ci-bins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# size and performance optimized binary with profile.cli
# NOTE: this is uses "testing" feature since some Move tests
# depend on it
run: cargo b --features testing --release -p libra
run: cargo b --release -p libra

- name: libra publish
uses: svenstaro/upload-release-action@v2
Expand Down
3 changes: 0 additions & 3 deletions tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ tokio = { workspace = true }
[build-dependencies]
anyhow = { workspace = true }
vergen = { workspace = true }

[features]
testing = ["diem-vm/testing"]

0 comments on commit 580e1a5

Please sign in to comment.