Skip to content

Commit

Permalink
fix: use master files
Browse files Browse the repository at this point in the history
  • Loading branch information
frdomovic committed Dec 4, 2024
1 parent dbd608f commit 04970bc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ members = [
"./contracts/test-counter",
"./contracts/icp/context-config",
"./contracts/icp/proxy-contract",
"./contracts/icp/proxy-contract/mock/ledger",
"./contracts/icp/proxy-contract/mock/external",

"./e2e-tests",
]
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ cd "$(dirname $0)"
../contracts/context-config/build.sh
../contracts/proxy-lib/build-test-deps.sh
../contracts/icp/context-config/build.sh

../contracts/icp/proxy-contract/build_contracts.sh
# Run cargo test
cargo test

0 comments on commit 04970bc

Please sign in to comment.