Skip to content

Commit

Permalink
tests: fix and restore integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Feb 24, 2022
1 parent 8cd513d commit e0eec68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
workflows:
main-workflow:
jobs:
# - integration
- integration
- environment
- metrics
- network
Expand Down
1 change: 1 addition & 0 deletions .integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ version = "0.8"
[dependencies.snarkos]
path = ".."
version = "2.0.2"
features = [ "test" ]

[dependencies.snarkos-environment]
path = "../environment"
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ console = [ "crossterm", "tui" ]
cuda = [ "snarkvm/cuda" ]
prometheus = [ "snarkos-metrics" ]
rpc = [ "snarkos-rpc" ]
test = [ ]

[dependencies.aleo-std]
version = "0.1.6"
Expand Down

0 comments on commit e0eec68

Please sign in to comment.