Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:

- uses: ./magicblock-validator/.github/actions/setup-solana

- name: Install cargo-expand
run: cargo install cargo-expand

- name: Run unit tests
run: |
sudo prlimit --pid $$ --nofile=1048576:1048576
Expand Down
116 changes: 6 additions & 110 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ borsh = { version = "1.5.1", features = ["derive", "unstable__schema"] }
borsh-derive = "1.5.1"
bs58 = "0.5.1"
byteorder = "1.5.0"
cargo-expand = "1"
cargo-lock = "10.0.0"
chrono = "0.4"
clap = "4.5.40"
Expand Down Expand Up @@ -93,7 +92,6 @@ lazy_static = "1.4.0"
libc = "0.2.153"
log = { version = "0.4.20", features = ["release_max_level_info"] }
lru = "0.16.0"
macrotest = "1"
magic-domain-program = { git = "https://github.com/magicblock-labs/magic-domain-program.git", rev = "ea04d46", default-features = false }
magicblock-account-cloner = { path = "./magicblock-account-cloner" }
magicblock-accounts = { path = "./magicblock-accounts" }
Expand Down
2 changes: 0 additions & 2 deletions magicblock-config-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ serde = { workspace = true, features = ["derive"] }

[dev-dependencies]
magicblock-config-helpers = { workspace = true }
trybuild = { workspace = true }
macrotest = { workspace = true }
9 changes: 0 additions & 9 deletions magicblock-config-macro/tests/fixtures/fail_merge_enum.rs

This file was deleted.

17 changes: 0 additions & 17 deletions magicblock-config-macro/tests/fixtures/fail_merge_enum.stderr

This file was deleted.

9 changes: 0 additions & 9 deletions magicblock-config-macro/tests/fixtures/fail_merge_union.rs

This file was deleted.

56 changes: 0 additions & 56 deletions magicblock-config-macro/tests/fixtures/fail_merge_union.stderr

This file was deleted.

6 changes: 0 additions & 6 deletions magicblock-config-macro/tests/fixtures/fail_merge_unnamed.rs

This file was deleted.

This file was deleted.

Loading