Skip to content

Commit

Permalink
deposit-contract: move tests to outer workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Feb 23, 2024
1 parent a33af39 commit a4e5457
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ members = [
"kairos-deposit-contract/contract",
"kairos-deposit-contract/malicious-reader",
"kairos-deposit-contract/malicious-session",
"kairos-deposit-contract/tests",
"kairos-deposit-contract/withdrawal-session",
"kairos-deposit-contract-tests",
"kairos-deposit-contract/contract-types",
"kairos-deposit-contract/deposit-session",
"kairos-contract-cli"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ casper-types = {git = "https://github.com/jonas089/casper-node", rev="0bcc25f4a2

[[test]]
name = "kairos_contract_tests"
path = "src/integration_tests.rs"
path = "src/integration_tests.rs"

0 comments on commit a4e5457

Please sign in to comment.