Skip to content

Commit

Permalink
Merge pull request #10 from HerodotusDev/better-test
Browse files Browse the repository at this point in the history
bump cairo program
  • Loading branch information
rkdud007 authored May 9, 2024
2 parents c14877b + 89243ff commit 57577b7
Show file tree
Hide file tree
Showing 4 changed files with 2,690 additions and 2,405 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"

[dependencies]
rand = "0.8.4"
hdp-primitives = { git = "https://github.com/HerodotusDev/hdp.git", branch = "fix/sync-contract-server" }
hdp-core = { git = "https://github.com/HerodotusDev/hdp.git", branch = "fix/sync-contract-server" }
hdp-provider = { git = "https://github.com/HerodotusDev/hdp.git", branch = "fix/sync-contract-server" }
hdp-primitives = { git = "https://github.com/HerodotusDev/hdp.git", branch = "dev" }
hdp-core = { git = "https://github.com/HerodotusDev/hdp.git", branch = "dev" }
hdp-provider = { git = "https://github.com/HerodotusDev/hdp.git", branch = "dev" }
thiserror = "1.0.0"
dotenv = "0.15.0"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "Setting up the environment..."
[tasks.integration-test]
workspace = false
description = "Run integration tests. Specify the folder name through the INTEGRATION_ARGS environment variable."
env = { INTEGRATION_ARGS = "header account" }
env = { INTEGRATION_ARGS = "storage" }
script = '''
echo "Running integration tests with arguments: $INTEGRATION_ARGS"
chmod +x ./scripts/integration.sh
Expand Down
Loading

0 comments on commit 57577b7

Please sign in to comment.