Skip to content

Commit

Permalink
Avoid extra CI builds
Browse files Browse the repository at this point in the history
It is not necessary to have this as a trivial workspace when a standard cargo package is simpler
  • Loading branch information
samtay committed Feb 2, 2024
1 parent 7e17f2f commit 437f946
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 1,993 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
# Build and run the tests
- name: Build and run tests
run: cargo test --workspace --verbose --release --features deterministic,linkedproofs
- name: Verify examples outside of workspace (allowlist_zkp)
run: cargo test --workspace --verbose
working-directory: ./examples/allowlist_zkp
- name: Build sunscreen and bincode
run: cargo build --release --features bulletproofs,linkedproofs --package sunscreen --package bincode
- name: Build mdBook
Expand Down
15 changes: 15 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
"sunscreen_compiler_common",
"sunscreen_zkp_backend",
]
exclude = ["mdBook", "rust-playground", "examples/allowlist_zkp"]
exclude = ["mdBook", "rust-playground"]

[profile.release]
split-debuginfo = "packed"
Expand Down
Loading

0 comments on commit 437f946

Please sign in to comment.