Skip to content

Commit

Permalink
Avoid extra CI builds (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay authored Feb 8, 2024
1 parent c3cbf37 commit 191536e
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 @@ -57,9 +57,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 --release
working-directory: ./examples/allowlist_zkp

# Build package in prep for user docs
- name: Build sunscreen and bincode
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 191536e

Please sign in to comment.