Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
files: |
programs/zap
protocol-zap
zap-sdk

anchor_build:
Expand Down Expand Up @@ -67,8 +66,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo test --package zap
shell: bash
- run: cargo test --package protocol-zap
shell: bash

integration_test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
65 changes: 18 additions & 47 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["programs/*", "libs/*", "zap-sdk", "protocol-zap"]
members = ["programs/*", "libs/*", "zap-sdk"]
resolver = "2"

[profile.release]
Expand Down Expand Up @@ -31,9 +31,7 @@ unexpected_cfgs = { level = "warn", check-cfg = [
# redirect git references from damm-v2 dependency to local workspace crates
# to avoid duplicate crate entries at different revisions in Cargo.lock.
[patch."https://github.com/MeteoraAg/zap-program"]
protocol-zap = { path = "protocol-zap" }
zap-sdk = { path = "zap-sdk" }
jupiter = { path = "libs/jupiter" }

[workspace.metadata.cli]
solana = "3.1.10"
Loading
Loading