Skip to content

Commit

Permalink
fix object parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Apr 24, 2024
1 parent 5779488 commit f1e8017
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 64 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,17 @@ test-safety:
# Use package list mode to include all subdirectores. The -count=1 turns off caching.
GODEBUG=cgocheck=2 go test -race -v -count=1 -parallel=1 ./...

test-rust: test-compiler test-lib test-e2e
test-rust: test-compiler test-lib test-e2e test-movevm

test-compiler:
cargo test -p initia-move-compiler

test-lib:
test-movevm:
cargo test -p movevm

test-lib:
cargo test -p initia-move-vm

test-e2e:
cargo test -p e2e-move-tests --features testing

Expand Down
1 change: 1 addition & 0 deletions crates/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ bigdecimal = { workspace = true }

[dev-dependencies]
triomphe = { workspace = true }
bytes = { workspace = true }
Loading

0 comments on commit f1e8017

Please sign in to comment.